Skip to main content
Go to Latest
type alias IntrospectionRequestHandler.parametersType
import { type IntrospectionRequestHandler } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";
const { parametersType } = IntrospectionRequestHandler;

The type of 'parameters' parameter passed to the handle() method in IntrospectionRequestHandler class.

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