Function: randomDPoPKeyPair()
March 6, 2026 ยท 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.
โธ randomDPoPKeyPair(alg?, options?): Promise<CryptoKeyPair>
Generates random CryptoKeyPair to sign DPoP Proof JWTs with
Parameters
| Parameter | Type | Description |
|---|---|---|
alg? | string | One of the supported JWS Algorithm identifiers. Default is ES256. |
options? | GenerateKeyPairOptions | - |