Function: pushedAuthorizationRequest()

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.


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

Performs a Pushed Authorization Request at the as.pushed\_authorization\_request\_endpoint.

Parameters

ParameterTypeDescription
asAuthorizationServerAuthorization Server Metadata.
clientClientClient Metadata.
clientAuthenticationClientAuthClient Authentication Method.
parametersRecord<string, string> | URLSearchParams | string[][]Authorization Request parameters.
options?PushedAuthorizationRequestOptions-

Returns

Promise<Response>

Resolves with a Response to then invoke processPushedAuthorizationResponse with

See