Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 617 Bytes

AccessToken.md

File metadata and controls

13 lines (9 loc) · 617 Bytes

AccessToken

Properties

Name Type Description Notes
access_token string Access Token used for API calls [optional]
token_type string Type of Token [optional]
expires_in int Number of seconds before the token expires [optional]
refresh_token string Refresh token which can be used to obtain a new access token [optional]

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