Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.85 KB

File metadata and controls

12 lines (9 loc) · 4.85 KB

GetOAuthAccessTokenRequest

Fields

Field Type Required Description Example
UserId string ✔️ The ID of the user for which to retrieve the OAuth access token user_123
Provider string ✔️ The ID of the OAuth provider (e.g. oauth_google) oauth_google
Paginated bool Whether to paginate the results.
If true, the results will be paginated.
If false, the results will not be paginated.
Limit long Applies a limit to the number of results returned.
Can be used for paginating the results together with offset.
20
Offset long Skip the first offset results when paginating.
Needs to be an integer greater or equal to zero.
To be used in conjunction with limit.
10