# TokenResponseRefreshToken
## Properties
**refresh_token** | Option<**String**> | The actual refresh token as a JWT | [optional]
**expires_at** | Option<**String**> | The time, as a string in UTC, when the token expires. | [optional]
**expires_in** | Option<**i32**> | The amount of time, in seconds, when the token will expire. | [optional]
**jti** | Option<**String**> | Unique identifier for the token | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)