Skip to main content
Module

x/jose/index.ts>GenerateSecretOptions

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Latest
interface GenerateSecretOptions
import { type GenerateSecretOptions } from "https://deno.land/x/jose@v5.3.0/index.ts";

Properties

optional
extractable: boolean

(Only effective in Web Crypto API runtimes) The value to use as SubtleCrypto.generateKey() extractable argument. Default is false.