| Name | Type | Description | Notes |
|---|---|---|---|
| accessToken | String | A valid OAuth access token. OAuth access tokens are 64 bytes long. Provide the access token in a header with every request to Connect API endpoints. See the Build with OAuth guide for more information. | [optional] |
| tokenType | String | This value is always bearer. | [optional] |
| expiresAt | String | The date when access_token expires, in ISO 8601 format. | [optional] |
| merchantId | String | The ID of the authorizing merchant's business. | [optional] |
| subscriptionId | String | LEGACY FIELD. The ID of a subscription plan the merchant signed up for. Only present if the merchant signed up for a subscription during authorization. | [optional] |
| planId | String | T__LEGACY FIELD__. The ID of the subscription plan the merchant signed up for. Only present if the merchant signed up for a subscription during authorization. | [optional] |
| idToken | String | Then OpenID token belonging to this this person. Only present if the OPENID scope is included in the authorize request. | [optional] |
| refreshToken | String | A refresh token. For more information, see OAuth access token management. | [optional] |
This repository was archived by the owner on Apr 23, 2021. It is now read-only.