Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.13 KB

File metadata and controls

34 lines (22 loc) · 2.13 KB

Function: pushedAuthorizationRequest()

💗 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

Parameter Type Description
as AuthorizationServer Authorization Server Metadata.
client Client Client Metadata.
clientAuthentication ClientAuth Client Authentication Method.
parameters Record<string, string> | URLSearchParams | string[][] Authorization Request parameters.
options? PushedAuthorizationRequestOptions -

Returns

Promise<Response>

Resolves with a Response to then invoke processPushedAuthorizationResponse with

See