mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-07 20:37:47 +00:00
6.9 KiB
6.9 KiB
ResponseBody
Fields
| Field | Type | Required | Description |
|---|---|---|---|
object |
Optional<? extends String> | ➖ | N/A |
externalAccountId |
Optional<? extends String> | ➖ | External account ID |
providerUserId |
Optional<? extends String> | ➖ | The unique ID of the user in the external provider's system |
token |
Optional<? extends String> | ➖ | The access token |
provider |
Optional<? extends String> | ➖ | The ID of the provider |
publicMetadata |
Optional<? extends com.clerk.backend_api.models.operations.GetOAuthAccessTokenPublicMetadata> | ➖ | N/A |
label |
JsonNullable<? extends String> | ➖ | N/A |
scopes |
List<String> | ➖ | The list of scopes that the token is valid for. Only present for OAuth 2.0 tokens. |
tokenSecret |
Optional<? extends String> | ➖ | The token secret. Only present for OAuth 1.0 tokens. |