Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 613 Bytes

ExchangeAuthCodeResponse.md

File metadata and controls

13 lines (10 loc) · 613 Bytes

# ExchangeAuthCodeResponse

Properties

Name Type Description Notes
access_token string The access token [optional]
expires_in int The number of seconds for the access token to expire [optional]
refresh_token string The refresh token [optional]
scope string The scope [optional]
token_type string The token type, usually Bearer [optional]

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