Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.18 KB

File metadata and controls

18 lines (13 loc) · 1.18 KB

GetPendingOAuthData200Response

Properties

Name Type Description Notes
platform Option<String> The platform (e.g., "linkedin") [optional]
profile_id Option<String> The Zernio profile ID [optional]
temp_token Option<String> Temporary access token for the platform [optional]
refresh_token Option<String> Refresh token (if available) [optional]
expires_in Option<f64> Token expiry in seconds [optional]
user_profile Option<serde_json::Value> User profile data (id, username, displayName, profilePicture) [optional]
selection_type Option<SelectionType> Type of selection data (enum: organizations, pages, boards, locations, profiles) [optional]
organizations Option<Vecmodels::GetPendingOAuthData200ResponseOrganizationsInner> LinkedIn organizations (when selectionType is "organizations") [optional]

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