Introspector
Defined in: src/http/introspect.ts:141
The endpoint, bound to one validated configuration.
Methods
Section titled “Methods”handle()
Section titled “handle()”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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
request |
Request |
auth |
AuthContext | undefined |
Returns
Section titled “Returns”Promise<Response>
