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

Latest commit

 

History

History
15 lines (9 loc) · 878 Bytes

RevokeTokenRequest.md

File metadata and controls

15 lines (9 loc) · 878 Bytes

SquareConnect.RevokeTokenRequest

Description

Properties

Name Type Description Notes
client_id String The Square issued ID for your application, available from the application dashboard. [optional]
access_token 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]
merchant_id 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]
revoke_only_access_token Boolean If `true`, terminate the given single access token, but do not terminate the entire authorization. Default: `false` [optional]