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 (8 loc) · 478 Bytes

OAuth2Token.md

File metadata and controls

13 lines (8 loc) · 478 Bytes

OAuth2Token

Properties

Name Type Description Notes
accessToken String The oauth2 access token to use for subsequent API calls [optional]
expiresIn Integer Time until the token expires in seconds [optional]
scope String The type of oauth2 scope the token is valid for [optional]
tokenType String The type/realm of the access token [optional]