Module jwt::header[][src]

Expand description

Convenience structs for commonly defined fields in headers.

Structs

Generic JWT header with defined fields for common fields.

A header that only contains the algorithm type. The ToBase64 implementation uses static strings for faster serialization.

Enums

Traits

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