use Result;
use async_trait;
pub const ERR_UNEXPECTED_CLIENT_RESPONSE: &str = "sasl: unexpected client response";
pub const ERR_UNEXPECTED_SERVER_CHALLENGE: &str = "sasl: unexpected server challenge";
/// SASL Server interface to perform challenge-response authentication.