Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oauth4webapi/mod.ts>introspectionRequest

OAuth 2 / OpenID Connect for JavaScript Runtimes
Latest
function introspectionRequest
import { introspectionRequest } from "https://deno.land/x/oauth4webapi@v2.11.1/mod.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.