deno.land / x / oauth4webapi@v1.2.2 / docs / functions / revocationRequest.md
â–¸ revocationRequest(as
, client
, token
, options?
): Promise
<Response
>
Performs a Revocation Request at the
as.revocation_endpoint
.
see
RFC 7009 - OAuth 2.0 Token Revocation
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 |
- |
Promise
<Response
>
Version Info