Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.87 KB

File metadata and controls

33 lines (21 loc) · 1.87 KB

Function: introspectionRequest()

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


introspectionRequest(as, client, clientAuthentication, token, options?): Promise<Response>

Performs an Introspection Request at the as.introspection\_endpoint.

Parameters

Parameter Type Description
as AuthorizationServer Authorization Server Metadata.
client Client Client Metadata.
clientAuthentication ClientAuth Client Authentication Method.
token string Token to introspect. You can provide the token_type_hint parameter via options.
options? IntrospectionRequestOptions -

Returns

Promise<Response>

Resolves with a Response to then invoke processIntrospectionResponse with

See