Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
namespace IntrospectionRequestHandler
import { IntrospectionRequestHandler } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

Type Aliases

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

class IntrospectionRequestHandler
import { IntrospectionRequestHandler } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

Handler for token introspection requests (RFC 7662).

In an implementation of introspection endpoint, call handle() method and use the response as the response from the endpoint to the client application. handle() method calls Authlete /api/auth/introspection/standard API, receives a response from the API, and dispatches processing according to the action parameter in the response.

Methods

Handle an introspection request. This method calls Authlete /api/auth/introspection/standard API.