Skip to main content
Latest
interface jose.DeflateOption
import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { DeflateOption } = jose;

JWE Deflate option.

Properties

optional
deflateRaw: DeflateFunction

In a browser runtime you have to provide an implementation for Deflate Raw when you will be producing JWEs with compressed plaintext.