Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oauth4webapi/build/index.d.ts>revocationRequest

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
function revocationRequest
import { revocationRequest } from "https://deno.land/x/oauth4webapi@v2.17.0/build/index.d.ts";

Performs a Revocation Request at the AuthorizationServer.revocation_endpoint | as.revocation_endpoint.

Parameters

Authorization Server Metadata.

client: Client

Client Metadata.

token: string

Token to revoke. You can provide the token_type_hint parameter via RevocationRequestOptions.additionalParameters | options.

optional
options: RevocationRequestOptions