RevokeToken
Revoke access given to an application.
Input
Name | Type | Description |
TokenToRevoke | String | The token to revoke. The token can be an access token or a refresh token. If the token is an access token and it has a corresponding refresh token, the refresh token will also be revoked. Set this to 'thisToken' to revoke the current access token. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows whether the operation was successful. |