github.com/twilio/twilio-go@v1.20.1/rest/oauth/v1/docs/OauthV1Token.md (about) 1 # OauthV1Token 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccessToken** | Pointer to **string** | Token which carries the necessary information to access a Twilio resource directly. | 8 **RefreshToken** | Pointer to **string** | Token which carries the information necessary to get a new access token. | 9 **IdToken** | Pointer to **string** | Token which carries the information necessary of user profile. | 10 **TokenType** | Pointer to **string** | Token type | 11 **ExpiresIn** | Pointer to **int64** | | 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15