deno.land / x / oauth4webapi@v1.2.2 / docs / functions / issueRequestObject.md
â–¸ issueRequestObject(as
, client
, parameters
, privateKey
): Promise
<string
>
Generates a signed JWT-Secured Authorization Request (JAR).
see
RFC 9101 - The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR)
Name | Type | Description |
---|---|---|
as |
AuthorizationServer |
Authorization Server Metadata. |
client |
Client |
Client Metadata. |
parameters |
URLSearchParams |
- |
privateKey |
CryptoKey | PrivateKey |
Private key to sign the Request Object with. |
Promise
<string
>
Version Info