Skip to main content
Module

x/jose/index.ts>GeneralJWE

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Latest
interface GeneralJWE
implements Omit<FlattenedJWE, "encrypted_key" | "header">
import { type GeneralJWE } from "https://deno.land/x/jose@v5.3.0/index.ts";

Properties

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