pub fn auth_type(input: &[u8]) -> IResult<&[u8], AuthMechanism<'_>>
Expand description

auth-type = atom

Note: Defined by [SASL]