import { issueRequestObject } from "https://deno.land/x/oauth4webapi@v2.1.0/mod.ts";
Generates a signed JWT-Secured Authorization Request (JAR).
Parameters
Authorization Server Metadata.
client: Client
Client Metadata.
parameters: URLSearchParams
Private key to sign the Request Object with.
privateKey: CryptoKey | PrivateKey