Sends a pushed authorization request to the authorization server and returns the response.
Supports both signed (JAR) and unsigned PAR variants as produced by createPushedAuthorizationRequest. The form body is built automatically:
createPushedAuthorizationRequest
{ client_id, request }
authorizationRequest
authorization_details
Configuration options for the pushed authorization request
Promise that resolves to the parsed pushed authorization response containing request_uri and expires_in
When the server returns a non-201 status code
When the response cannot be parsed or is invalid
Sends a pushed authorization request to the authorization server and returns the response.
Supports both signed (JAR) and unsigned PAR variants as produced by
createPushedAuthorizationRequest. The form body is built automatically:{ client_id, request }.authorizationRequestas flat form parameters, with object/array values (e.g.authorization_details) JSON-serialised.