pub fn verify<S>(otp: S, config: Config) -> Result<String, YubicoError> where
    S: Into<String>,