revokeTokens()
Revokes the access and refresh tokens.
Returns
A Promise that is resolved when the access and refresh tokens are successfully revoked.
Parameters
This API does not have parameters.
Usage example
In this example, the API revokes the access and refresh tokens.
PCore.getAuthUtils().revokeTokens();
Previous topic getAuthInstance(config) Next topic setTokens(tokenInfo)