Standard JWT registered header fields (RFC 7515 / RFC 7519).
Consumers may extend this with additional custom header claims by intersecting with their own type.
Allow arbitrary additional header claims.
Readonly
Algorithm used to sign the token (e.g. "RS256", "HS256").
"RS256"
"HS256"
Optional
Key ID hint for signature verification.
Token type — almost always "JWT".
"JWT"
Standard JWT registered header fields (RFC 7515 / RFC 7519).
Consumers may extend this with additional custom header claims by intersecting with their own type.