Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 735 Bytes

OauthV1Token.md

File metadata and controls

15 lines (10 loc) · 735 Bytes

OauthV1Token

Properties

Name Type Description Notes
AccessToken Pointer to string Token which carries the necessary information to access a Twilio resource directly.
RefreshToken Pointer to string Token which carries the information necessary to get a new access token.
IdToken Pointer to string Token which carries the information necessary of user profile.
TokenType Pointer to string Token type
ExpiresIn Pointer to int64

[Back to Model list] [Back to API list] [Back to README]