Skip to content

Latest commit

 

History

History
110 lines (61 loc) · 1.85 KB

types.JWTHeaderParameters.md

File metadata and controls

110 lines (61 loc) · 1.85 KB

Interface: JWTHeaderParameters

💗 Help the project

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

Table of contents

Properties

Properties

alg

alg: string

JWS "alg" (Algorithm) Header Parameter.


b64

Optional b64: true

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


crit

Optional crit: string[]

JWS "crit" (Critical) Header Parameter.


cty

Optional cty: string

"cty" (Content Type) Header Parameter.


jku

Optional jku: string

"jku" (JWK Set URL) Header Parameter.


jwk

Optional jwk: Pick<JWK, "crv" | "e" | "kty" | "n" | "x" | "y">

"jwk" (JSON Web Key) Header Parameter.


kid

Optional kid: string

"kid" (Key ID) Header Parameter.


typ

Optional typ: string

"typ" (Type) Header Parameter.


x5c

Optional x5c: string[]

"x5c" (X.509 Certificate Chain) Header Parameter.


x5t

Optional x5t: string

"x5t" (X.509 Certificate SHA-1 Thumbprint) Header Parameter.


x5u

Optional x5u: string

"x5u" (X.509 URL) Header Parameter.