import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { generateSecret } = jose;
Generates a symmetric secret key for a given JWA algorithm identifier.
Note: Under Web Crypto API runtime the secret key is generated with extractable
set to false
by default.
Parameters
optional
options: GenerateSecretOptionsAdditional options passed down to the secret generation.