Preparing search index...
The search index is not available
@jackdbd/fastify-token-endpoint
@jackdbd/fastify-token-endpoint
access_token_request_body
Variable access_token_request_body
Const
access_token_request_body
:
TObject
<
{
client_id
:
TString
;
code
:
TString
;
code_verifier
:
TString
;
grant_type
:
TLiteral
<
"authorization_code"
>
;
redirect_uri
:
TString
;
}
,
>
= ...
Access Token Request body.
See
Access Token Request - The OAuth 2.0 Authorization Framework (RFC 6749)
Redeeming the Authorization Code - IndieAuth
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jackdbd/fastify-token-endpoint
Loading...
Access Token Request body.