RevokeTokenRequest
April 22, 2020 ยท View on GitHub
Description
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| client_id | getClientId() | setClientId($value) | string | The Square issued ID for your application, available from the application dashboard. | [optional] |
| access_token | getAccessToken() | setAccessToken($value) | 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 | getMerchantId() | setMerchantId($value) | 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 | getRevokeOnlyAccessToken() | setRevokeOnlyAccessToken($value) | bool | If `true`, terminate the given single access token, but do not terminate the entire authorization. Default: `false` | [optional] |
Note: All properties are protected and only accessed via getters and setters.