# TokenResponse
## Properties
**access_token** | **String** | Access token |
**expires_in** | **i32** | Time in seconds until the token expires |
**token_type** | **TokenType** | Type of the token (e.g., Bearer) (enum: Bearer) |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)