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) · 705 Bytes

OAuth2Token.md

File metadata and controls

13 lines (9 loc) · 705 Bytes

OAuth2Token

Properties

Name Type Description Notes
AccessToken string The oauth2 access token to use for subsequent API calls [optional] [default to null]
ExpiresIn int32 Time until the token expires in seconds [optional] [default to null]
Scope string The type of oauth2 scope the token is valid for [optional] [default to null]
TokenType string The type/realm of the access token [optional] [default to null]

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