Function: issueRequestObject()
August 29, 2025 ยท View on GitHub
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
โธ issueRequestObject(as, client, parameters, privateKey, options?): Promise<string>
Generates a signed JWT-Secured Authorization Request (JAR).
Parameters
| Parameter | Type | Description |
|---|---|---|
as | AuthorizationServer | Authorization Server Metadata. |
client | Client | Client Metadata. |
parameters | Record<string, string> | URLSearchParams | string[][] | - |
privateKey | CryptoKey | PrivateKey | Private key to sign the Request Object with. |
options? | ModifyAssertionOptions | - |
Returns
Promise<string>
See
RFC 9101 - The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR)