Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 989 Bytes

OauthTokenResponse.md

File metadata and controls

17 lines (13 loc) · 989 Bytes

OauthTokenResponse

Properties

Name Type Description Notes
access_token string Access token to use in OAuth authenticated API call [optional]
error string [optional]
error_description string [optional]
error_uri string [optional]
expires_in string The number of seconds since issuance when the access token will expire and need to be refreshed using the refresh token [optional]
refresh_token string The refresh token that should be used to fetch a new access token when the expiration occurs [optional]
scope string The scope of permissions associated with teh access token [optional]
token_type string Type of token [optional]

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