Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 638 Bytes

OAuth2Token.md

File metadata and controls

13 lines (9 loc) · 638 Bytes

OAuth2Token

Properties

Name Type Description Notes
access_token string The oauth2 access token to use for subsequent API calls [optional]
expires_in int Time until the token expires in seconds [optional]
scope string The type of oauth2 scope the token is valid for [optional]
token_type string The type/realm of the access token [optional]

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