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