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