Name | Type | Description | Notes |
---|---|---|---|
access_token | str | The issued access_token | [readonly] |
mode | ModeResponse | ||
provider | ProviderResponse | ||
scopes | [ScopesResponse] | One or more scope values indicating which parts of the user's account you wish to access. Note, slight deviation from the OAuth 2.1 spec in that the param is scopes (plural) is used vs scope (singular) | [readonly] |
token_type | str | The token type to pass in the `Authorization` header | [readonly] defaults to "Bearer" |