Square.Connect.Model.RevokeTokenRequest
November 20, 2019 ยท View on GitHub
Description
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientId | string | The Square issued ID for your application, available from the application dashboard. | [optional] |
| 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] |
| 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] |