Preparing search index...
The search index is not available
@jackdbd/fastify-introspection-endpoint
@jackdbd/fastify-introspection-endpoint
introspection_request_body
Variable introspection_request_body
Const
introspection_request_body
:
TObject
<
{
token
:
TUnion
<
[
TString
,
TString
]
>
;
token_type_hint
:
TOptional
<
TUnion
<
[
TLiteral
<
"access_token"
>
,
TLiteral
<
"refresh_token"
>
]
>
,
>
;
}
,
>
= ...
Introspection Request.
See
Access Token Verification Request - IndieAuth
Introspection Request - OAuth 2.0 Token Introspection (RFC 7662)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jackdbd/fastify-introspection-endpoint
Loading...
Introspection Request.