Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 571 Bytes

OAuth2AccessToken.md

File metadata and controls

12 lines (8 loc) · 571 Bytes

OAuth2AccessToken

Properties

Name Type Description Notes
access_token string The access token issued by the authorization server. [optional]
token_type string The type of the token issued. Value is case insensitive. [optional]
expires_in int The lifetime in seconds of the access token.

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