Skip to main content
Module

x/jose/index.ts>JWSHeaderParameters

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno.
Extremely Popular
Go to Latest
interface JWSHeaderParameters
import { type JWSHeaderParameters } from "https://deno.land/x/jose@v4.8.3/index.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.