Skip to main content
Module

x/oauth4webapi/mod.ts>issueRequestObject

OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes
Go to Latest
function issueRequestObject
import { issueRequestObject } from "https://deno.land/x/oauth4webapi@v2.3.0/mod.ts";

Generates a signed JWT-Secured Authorization Request (JAR).

Parameters

Authorization Server Metadata.

client: Client

Client Metadata.

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

Private key to sign the Request Object with.

privateKey: CryptoKey | PrivateKey