Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface RevocationRequestHandler.Params
import { type RevocationRequestHandler } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";
const { Params } = RevocationRequestHandler;

Input parameters for the handle() method of RevocationRequestHandler class.

Properties

parameters: { [key: string]: string; } | null

The request parameters of a revocation request.

authorization: string | null

The value of the Authorization header in the revocation request. A pair of client ID and client secret is embedded there when the client authentication method is client_secret_basic.