Skip to main content
Module

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

Easy JWE Cookies for Deno
Latest
interface jose.GeneralJWE
implements Omit<FlattenedJWE, "encrypted_key" | "header">
import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { GeneralJWE } = jose;

Properties

recipients: Pick<FlattenedJWE, "encrypted_key" | "header">[]