Skip to main content
Module

x/oauth4webapi/mod.ts>GenerateKeyPairOptions

OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes
Go to Latest
interface GenerateKeyPairOptions
import { type GenerateKeyPairOptions } from "https://deno.land/x/oauth4webapi@v2.0.0/mod.ts";

Properties

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.