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

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

Properties

payload: string
signature: string