deno.land / x / oauth4webapi@v1.2.2 / docs / functions / introspectionRequest.md
â–¸ introspectionRequest(as
, client
, token
, options?
): Promise
<Response
>
Performs an Introspection Request at the
as.introspection_endpoint
.
see
RFC 7662 - OAuth 2.0 Token Introspection
see
draft-ietf-oauth-jwt-introspection-response-12 - JWT Response for OAuth Token Introspection
Name | Type | Description |
---|---|---|
as |
AuthorizationServer |
Authorization Server Metadata. |
client |
Client |
Client Metadata. |
token |
string |
Token to introspect. You can provide the token_type_hint parameter via options. |
options? |
IntrospectionRequestOptions |
- |
Promise
<Response
>
Version Info