Function: backchannelAuthenticationGrantRequest()

August 29, 2025 ยท View on GitHub

๐Ÿ’— 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.


โ–ธ backchannelAuthenticationGrantRequest(as, client, clientAuthentication, authReqId, options?): Promise<Response>

Performs a Backchannel Authentication Grant request at the as.token\_endpoint.

Parameters

ParameterTypeDescription
asAuthorizationServerAuthorization Server Metadata.
clientClientClient Metadata.
clientAuthenticationClientAuthClient Authentication Method.
authReqIdstringUnique identifier to identify the authentication request. This is the auth\_req\_id retrieved from processBackchannelAuthenticationResponse.
options?TokenEndpointRequestOptions-

Returns

Promise<Response>

Resolves with a Response to then invoke processBackchannelAuthenticationGrantResponse with

See