Skip to content

Introspector

Defined in: src/http/introspect.ts:141

The endpoint, bound to one validated configuration.

handle(request, auth): Promise<Response>;

Defined in: src/http/introspect.ts:144

Answer one POST {prefix}/__introspect_token__, for the caller auth already resolved for this request.

Parameter Type
request Request
auth AuthContext | undefined

Promise<Response>