pub async fn two_factor_get_authenticator_post(
configuration: &Configuration,
secret_verification_request_model: Option<SecretVerificationRequestModel>,
) -> Result<TwoFactorAuthenticatorResponseModel, Error<TwoFactorGetAuthenticatorPostError>>