deno.land / x / oauth4webapi@v1.2.2 / docs / functions / pushedAuthorizationRequest.md
â–¸ pushedAuthorizationRequest(as
, client
, parameters
, options?
): Promise
<Response
>
Performs a Pushed Authorization Request at the
as.pushed_authorization_request_endpoint
.
see
RFC 9126 - OAuth 2.0 Pushed Authorization Requests
Name | Type | Description |
---|---|---|
as |
AuthorizationServer |
Authorization Server Metadata. |
client |
Client |
Client Metadata. |
parameters |
URLSearchParams |
Authorization Request parameters. |
options? |
PushedAuthorizationRequestOptions |
- |
Promise
<Response
>
Version Info