Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1.65 KB

File metadata and controls

22 lines (15 loc) · 1.65 KB

ObtainTokenResponse

squareconnect.models.obtain_token_response

Description

Properties

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

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