Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/jwe_cookie_map/deps.ts>jose.GeneralJWS

Easy JWE Cookies for Deno
Go to Latest
interface jose.GeneralJWS
import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.0-rc0/deps.ts";
const { GeneralJWS } = jose;

General JWS definition. Payload is returned as an empty string when JWS Unencoded Payload (RFC7797) is used.

Properties

payload: string
signatures: Omit<FlattenedJWSInput, "payload">[]