Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.15 KB

File metadata and controls

17 lines (14 loc) · 1.15 KB

# 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]
merchant_id string The UltraCart merchant account that authorized this token. Use it to map the token to the merchant within your own system. Also returned by GET /oauth/me along with the account name. [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]