summaryrefslogblamecommitdiffstats
path: root/src/stanza/sasl.rs
blob: 1f77ffa1319e087cef27f3fb362877e365b39c4c (plain) (tree)
1
2
3
4
5
6
7
8
                 
                          


                                  
                      

                          
pub struct Auth {
    pub mechanism: String,
    pub sasl_data: Option<String>,
}

pub struct Challenge {
    pub sasl_data: String,
}