import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.0-rc0/deps.ts";
const { exportJWK } = jose;
Exports a runtime-specific key representation (KeyLike) to a JWK.
Parameters
key: KeyLike | Uint8Array
Key representation to export as JWK.
import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.0-rc0/deps.ts";
const { exportJWK } = jose;
Exports a runtime-specific key representation (KeyLike) to a JWK.
Key representation to export as JWK.