RevokeToken
Invalidates the user's current access token, terminating an application's access to Google Drive.
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 | Boolean | This value shows whether the operation was successful. |