mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 20:37:47 +00:00
9 lines
1.1 KiB
Markdown
9 lines
1.1 KiB
Markdown
# GetOAuthAccessTokenRequest
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
| `userId` | *String* | :heavy_check_mark: | The ID of the user for which to retrieve the OAuth access token |
|
|
| `provider` | *String* | :heavy_check_mark: | The ID of the OAuth provider (e.g. `oauth_google`) | |