Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.55 KB

ObtainTokenResponse.md

File metadata and controls

19 lines (13 loc) · 1.55 KB

SquareConnect.ObtainTokenResponse

Description

Properties

Name Type Description Notes
access_token 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]
token_type String This value is always bearer. [optional]
expires_at String The date when access_token expires, in ISO 8601 format. [optional]
merchant_id String The ID of the authorizing merchant's business. [optional]
subscription_id 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]
plan_id 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]
id_token String Then OpenID token belonging to this this person. Only present if the OPENID scope is included in the authorize request. [optional]
refresh_token String A refresh token. For more information, see OAuth access token management. [optional]