Function sasl_verify

Source
pub fn sasl_verify(
    hashed_password: &str,
    proof: &str,
    auth_message: &str,
) -> Result<String, VerifyError>