Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 3.89 KB

File metadata and controls

12 lines (9 loc) · 3.89 KB

GetOAuthAccessTokenRequest

Fields

Field Type Required Description
userId String ✔️ The ID of the user for which to retrieve the OAuth access token
provider String ✔️ The ID of the OAuth provider (e.g. oauth_google)
paginated Optional<Boolean> Whether to paginate the results.
If true, the results will be paginated.
If false, the results will not be paginated.
limit Optional<Long> Applies a limit to the number of results returned.
Can be used for paginating the results together with offset.
offset Optional<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.