Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 489 Bytes

OAuthResponse.md

File metadata and controls

11 lines (8 loc) · 489 Bytes

# OAuthResponse

Properties

Name Type Description Notes
access_token string The OAuth access token [optional]
token_type string The token type [optional] [default to 'bearer']
expires_in int Duration in seconds of the access token [optional]

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