RevokeTokenRequest

April 22, 2020 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
client_idgetClientId()setClientId($value)stringThe Square issued ID for your application, available from the application dashboard.[optional]
access_tokengetAccessToken()setAccessToken($value)stringThe 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_idgetMerchantId()setMerchantId($value)stringThe 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_tokengetRevokeOnlyAccessToken()setRevokeOnlyAccessToken($value)boolIf `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.

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