Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.22 KB

File metadata and controls

32 lines (20 loc) · 1.22 KB

GetPendingOAuthData200Response

Properties

Name Type Description Notes
platform String The platform (e.g., "linkedin") [optional]
profileId String The Zernio profile ID [optional]
tempToken String Temporary access token for the platform [optional]
refreshToken String Refresh token (if available) [optional]
expiresIn BigDecimal Token expiry in seconds [optional]
userProfile Object User profile data (id, username, displayName, profilePicture) [optional]
selectionType SelectionTypeEnum Type of selection data [optional]
organizations List<GetPendingOAuthData200ResponseOrganizationsInner> LinkedIn organizations (when selectionType is &quot;organizations&quot;) [optional]

Enum: SelectionTypeEnum

Name Value
ORGANIZATIONS "organizations"
PAGES "pages"
BOARDS "boards"
LOCATIONS "locations"
PROFILES "profiles"