deno.land / x / oauth4webapi@v1.2.2 / docs / functions / revocationRequest.md

revocationRequest.md

Function: revocationRequest

💗 Help the project

â–¸ revocationRequest(as, client, token, options?): Promise<Response>

Performs a Revocation Request at the as.revocation_endpoint.

see RFC 7009 - OAuth 2.0 Token Revocation

Parameters

Name Type Description
as AuthorizationServer Authorization Server Metadata.
client Client Client Metadata.
token string Token to revoke. You can provide the token_type_hint parameter via options.
options? RevocationRequestOptions -

Returns

Promise<Response>

oauth4webapi

Version Info

Tagged at
2 years ago