# V2TokenResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expires_in** | Option<**i32**> | The amount of time, in seconds, when the token will expire. | [optional]
**refresh_token** | Option<**String**> | The refresh token associated with the v2 token | [optional]
**access_token** | 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)