//! **message** module holds all structs to manage JSON response body for the authentication. mod message; pub use message::{JWTMessage, ValidationMessage};