pub type Error = TokenGenerationError;
Expand description
This typing is used to have easy access to the library errors.
Aliased Type§
pub enum Error {
InvalidLifetime(i64),
JsonWebTokenError(Error),
ReqwestError(Error),
SerdeError(Error),
AuthenticationError(String, String),
}