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

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

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
interface IntrospectionRequestOptions
implements HttpRequestOptions, AuthenticatedRequestOptions
import { type IntrospectionRequestOptions } from "https://deno.land/x/oauth4webapi@v2.17.0/build/index.d.ts";

Properties

optional
additionalParameters: URLSearchParams | Record<string, string> | string[][]

Any additional parameters to send. This cannot override existing parameter values.

optional
requestJwtResponse: boolean

Request a JWT Response from the AuthorizationServer.introspection_endpoint | as.introspection_endpoint. Default is

  • True when Client.introspection_signed_response_alg | client.introspection_signed_response_alg is set
  • False otherwise