Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1012 Bytes

OauthTokenResponse.md

File metadata and controls

17 lines (13 loc) · 1012 Bytes

com.ultracart.admin.v2.Model.OauthTokenResponse

Properties

Name Type Description Notes
AccessToken string Access token to use in OAuth authenticated API call [optional]
Error string [optional]
ErrorDescription string [optional]
ErrorUri string [optional]
ExpiresIn string The number of seconds since issuance when the access token will expire and need to be refreshed using the refresh token [optional]
RefreshToken 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]
TokenType string Type of token [optional]

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