Skip to main content
Module

x/jwe_cookie_map/src/deps.ts>jose.exportJWK

Easy JWE Cookies for Deno
Latest
function jose.exportJWK
import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/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.

Returns

Promise<JWK>