Module header

Source
Expand description

Convenience structs for commonly defined fields in headers.

Structs§

Header
Generic JWT header with defined fields for common fields.
PrecomputedAlgorithmOnlyHeader
A header that only contains the algorithm type. The ToBase64 implementation uses static strings for faster serialization.

Enums§

HeaderContentType
HeaderType

Traits§

JoseHeader
A trait for any header than can conform to the JWT specification.