Function: processBackchannelAuthenticationGrantResponse()

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.


โ–ธ processBackchannelAuthenticationGrantResponse(as, client, response, options?): Promise<TokenEndpointResponse>

Validates Backchannel Authentication Grant Response instance to be one coming from the as.token\_endpoint.

Parameters

ParameterTypeDescription
asAuthorizationServerAuthorization Server Metadata.
clientClientClient Metadata.
responseResponseResolved value from backchannelAuthenticationGrantRequest.
options?ProcessTokenResponseOptions-

Returns

Promise<TokenEndpointResponse>

Resolves with an object representing the parsed successful response. OAuth 2.0 protocol style errors are rejected using ResponseBodyError. WWW-Authenticate HTTP Header challenges are rejected with WWWAuthenticateChallengeError.

See

OpenID Connect Client-Initiated Backchannel Authentication