Crate medallion [] [src]

Reexports

pub use error::Error;
pub use header::DefaultHeader;
pub use header::Algorithm;
pub use claims::Claims;
pub use claims::Registered;

Modules

claims
error
header

Structs

Token

Main struct representing a JSON Web Token, composed of a header and a set of claims.

Traits

Component

Any header or claims type must implement this trait in order to serialize and deserialize correctly.

Header

Any header type must implement this trait so that signing and verification work.

Type Definitions

Result