Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.04 KB

RevokeTokenRequest.md

File metadata and controls

12 lines (9 loc) · 1.04 KB

RevokeTokenRequest

Properties

Name Type Description Notes
ClientId string The Square issued ID for your application, available from the application dashboard. [optional] [default to null]
AccessToken string The access token of the merchant whose token you want to revoke. Do not provide a value for merchant_id if you provide this parameter. [optional] [default to null]
MerchantId string The ID of the merchant whose token you want to revoke. Do not provide a value for access_token if you provide this parameter. [optional] [default to null]
RevokeOnlyAccessToken bool If `true`, terminate the given single access token, but do not terminate the entire authorization. Default: `false` [optional] [default to null]

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