| Name | Type | Description | Notes |
|---|---|---|---|
| object | Option<String> | [optional] | |
| token | Option<String> | The access token | [optional] |
| provider | Option<String> | The ID of the provider | [optional] |
| public_metadata | Option<serde_json::Value> | [optional] | |
| label | Option<String> | [optional] | |
| scopes | Option<Vec> | The list of scopes that the token is valid for. Only present for OAuth 2.0 tokens. | [optional] |
| token_secret | Option<String> | The token secret. Only present for OAuth 1.0 tokens. | [optional] |