Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oauth4webapi/mod.ts>pushedAuthorizationRequest

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
function pushedAuthorizationRequest
import { pushedAuthorizationRequest } from "https://deno.land/x/oauth4webapi@v2.17.0/mod.ts";

Performs a Pushed Authorization Request at the AuthorizationServer.pushed_authorization_request_endpoint | as.pushed_authorization_request_endpoint.

Parameters

Authorization Server Metadata.

client: Client

Client Metadata.

parameters: URLSearchParams | Record<string, string> | string[][]

Authorization Request parameters.