| 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 "organizations") | [optional] |
| Name | Value |
|---|---|
| ORGANIZATIONS | "organizations" |
| PAGES | "pages" |
| BOARDS | "boards" |
| LOCATIONS | "locations" |
| PROFILES | "profiles" |