import { type GeneralJWS } from "https://deno.land/x/jose@v5.9.6/index.ts";
General JWS definition. Payload is returned as an empty string when JWS Unencoded Payload (RFC7797) is used.
Properties
signatures: Omit<FlattenedJWSInput, "payload">[]
import { type GeneralJWS } from "https://deno.land/x/jose@v5.9.6/index.ts";
General JWS definition. Payload is returned as an empty string when JWS Unencoded Payload (RFC7797) is used.