deno.land / x / oauth4webapi@v1.2.2 / docs / functions / pushedAuthorizationRequest.md

pushedAuthorizationRequest.md

Function: pushedAuthorizationRequest

💗 Help the project

â–¸ 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

see draft-ietf-oauth-dpop-10 - OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP)

Parameters

Name Type Description
as AuthorizationServer Authorization Server Metadata.
client Client Client Metadata.
parameters URLSearchParams Authorization Request parameters.
options? PushedAuthorizationRequestOptions -

Returns

Promise<Response>

oauth4webapi

Version Info

Tagged at
2 years ago