import MfaVoiceEnrollment from '@auth0/auth0-acul-js/mfa-voice-enrollment';const mfaVoiceEnrollment = new MfaVoiceEnrollment();mfaVoiceEnrollment.changeLanguage({ language: 'fr',});
import MfaVoiceEnrollment from '@auth0/auth0-acul-js/mfa-voice-enrollment';const mfaVoiceEnrollment = new MfaVoiceEnrollment();await mfaVoiceEnrollment.selectPhoneCountryCode();
import MfaVoiceEnrollment from '@auth0/auth0-acul-js/mfa-voice-enrollment';const mfaVoiceEnrollment = new MfaVoiceEnrollment();await mfaVoiceEnrollment.tryAnotherMethod();