Skip to main content
Module

x/jose/index.ts>GenerateSecretOptions

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno.
Extremely Popular
Go to Latest
interface GenerateSecretOptions
import { type GenerateSecretOptions } from "https://deno.land/x/jose@v4.8.3/index.ts";

Properties

optional
extractable: boolean

(Web Cryptography API specific) The value to use as SubtleCrypto.generateKey() extractable argument. Default is false.