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
Parameter | Type | Description |
---|---|---|
alg ? |
string |
One of the supported JWS Algorithm identifiers. Default is ES256 . |
options ? |
GenerateKeyPairOptions |