OAuth2Client.revokeToken()
Revokes a token.
Definition
async function revokeToken(tokenRevocationEndpoint: string, token: string): Promise<void>;
Parameters
tokenRevocationEndpointtoken
Revokes a token.
async function revokeToken(tokenRevocationEndpoint: string, token: string): Promise<void>;
tokenRevocationEndpointtoken