Expand description
Convenience structs for commonly defined fields in headers.
Structs§
- Header
 - Generic JWT header with defined fields for common fields.
 - Precomputed
Algorithm Only Header  - A header that only contains the algorithm type. The 
ToBase64implementation uses static strings for faster serialization. 
Enums§
Traits§
- Jose
Header  - A trait for any header than can conform to the JWT specification.