Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.04 KB

File metadata and controls

16 lines (13 loc) · 1.04 KB

# GetPendingOAuthData200Response

Properties

Name Type Description Notes
platform string The platform (e.g., "linkedin") [optional]
profile_id string The Zernio profile ID [optional]
temp_token string Temporary access token for the platform [optional]
refresh_token string Refresh token (if available) [optional]
expires_in float Token expiry in seconds [optional]
user_profile object User profile data (id, username, displayName, profilePicture) [optional]
selection_type string Type of selection data [optional]
organizations \Zernio\Model\GetPendingOAuthData200ResponseOrganizationsInner[] LinkedIn organizations (when selectionType is "organizations") [optional]

[Back to Model list] [Back to API list] [Back to README]