Sha256: ede653cdc0851ed7df389ad52e6c52d396227d141a860ed89918d67d663d260b
Contents?: true
Size: 858 Bytes
Versions: 324
Compression:
Stored size: 858 Bytes
Contents
# UltracartClient::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]
Version data entries
324 entries across 324 versions & 1 rubygems