Record: Header
Represents JWT header.
Fields
- alg SigningAlgorithm?
- typ string?
- cty string?
- kid string?
Cryptographic algorithm used to secure the JWS
Media type of the JWT
Content type, convey structural information about the JWT
Key ID, hint indicating which key was used to secure the JWS