| Name | Type | Description | Notes |
|---|---|---|---|
| access_token | String | The generated token. | [optional] |
| expires_in | Float | The number of seconds until the token expires. | [optional] |
| jti | String | A globally unique identifier for the token. | [optional] |
| scope | String | A space-delimited list of scopes that the token can be used to access. | [optional] |
| token_type | String | The type of token that was generated, i.e., `bearer`. | [optional] |