pub type AuthError = AuthenticateError;Expand description
The generated Auth Domain Error value.
Aliased Type§
pub enum AuthError {
Expired,
Invalid,
Revoked,
Unsupported,
Unknown(UnknownDomainError),
}pub type AuthError = AuthenticateError;The generated Auth Domain Error value.
pub enum AuthError {
Expired,
Invalid,
Revoked,
Unsupported,
Unknown(UnknownDomainError),
}