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

x/oauth4webapi/src/index.ts>introspectionRequest

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

Performs an Introspection Request at the AuthorizationServer.introspection_endpoint | as.introspection_endpoint.

Parameters

Authorization Server Metadata.

client: Client

Client Metadata.

token: string

Token to introspect. You can provide the token_type_hint parameter via IntrospectionRequestOptions.additionalParameters | options.