Skip to main content
Latest
interface jose.GenerateSecretOptions
import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { GenerateSecretOptions } = jose;

Properties

optional
extractable: boolean

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