deno.land / x / oauth4webapi@v1.2.2 / docs / interfaces / GenerateKeyPairOptions.md
• Optional
extractable: boolean
Indicates whether or not the private key may be exported. Default is false
.
• Optional
modulusLength: number
(RSA algorithms only) The length, in bits, of the RSA modulus. Default is 2048
.
Version Info