Skip to main content
Module

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

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