Skip to main content
Module

x/oauth4webapi/mod.ts>IntrospectionRequestOptions

OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes
Go to Latest
interface IntrospectionRequestOptions
implements HttpRequestOptions, AuthenticatedRequestOptions
import { type IntrospectionRequestOptions } from "https://deno.land/x/oauth4webapi@v2.0.4/mod.ts";

Properties

optional
additionalParameters: URLSearchParams

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