Module jwt_compact::prelude[][src]

Expand description

Prelude to neatly import all necessary stuff from the crate.

Structs

Claims

Claims encoded in a token.

Header

JWT header.

TimeOptions

Time-related options for token creation and validation.

Token

Token with validated integrity.

UntrustedToken

Parsed, but unvalidated token.

Traits

_

Automatically implemented extensions of the Algorithm trait.