revoke
Revoke the AccessToken, to revoke the access token, first look for refresh token to revoke, if not provided, will revoke with the access token.
Parameters
access Token
The AccessToken to be revoked
listener
Listener to listen for revoke event
Revoke the AccessToken, to revoke the access token, first look for refresh token to revoke, if not provided or useRefreshToken = false, will revoke with the access token.
Parameters
access Token
The AccessToken to be revoked
use Refresh Token
If true, revoke with refresh token, otherwise revoke access token
listener
Listener to listen for revoke event