# ResponseBody ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `object` | *Optional* | :heavy_minus_sign: | N/A | | `externalAccountId` | *Optional* | :heavy_minus_sign: | External account ID | | `providerUserId` | *Optional* | :heavy_minus_sign: | The unique ID of the user in the external provider's system | | `token` | *Optional* | :heavy_minus_sign: | The access token | | `provider` | *Optional* | :heavy_minus_sign: | The ID of the provider | | `publicMetadata` | [Optional](../../models/operations/GetOAuthAccessTokenPublicMetadata.md) | :heavy_minus_sign: | N/A | | `label` | *JsonNullable* | :heavy_minus_sign: | N/A | | `scopes` | List<*String*> | :heavy_minus_sign: | The list of scopes that the token is valid for.
Only present for OAuth 2.0 tokens. | | `tokenSecret` | *Optional* | :heavy_minus_sign: | The token secret. Only present for OAuth 1.0 tokens. |