Skip to main content
Module

x/jose/types.d.ts>JWSHeaderParameters

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Go to Latest
interface JWSHeaderParameters
import { type JWSHeaderParameters } from "https://deno.land/x/jose@v4.14.4/types.d.ts";

Recognized JWS Header Parameters, any other Header Members may also be present.

Index Signatures

[propName: string]: unknown

Properties

optional
alg: string

JWS "alg" (Algorithm) Header Parameter.

optional
b64: boolean

This JWS Extension Header Parameter modifies the JWS Payload representation and the JWS Signing Input computation as per RFC7797.

optional
crit: string[]

JWS "crit" (Critical) Header Parameter.