pub struct Auth { pub mechanism: String, pub sasl_data: Option, } pub struct Challenge { pub sasl_data: String, }