Static
import PhoneIdentifierEnrollment from '@auth0/auth0-acul-js/phone-identifier-enrollment';const phoneIdentifierEnrollment = new PhoneIdentifierEnrollment();phoneIdentifierChallenge.continuePhoneEnrollment({ type: "<text' | 'voice>"}); Copy
import PhoneIdentifierEnrollment from '@auth0/auth0-acul-js/phone-identifier-enrollment';const phoneIdentifierEnrollment = new PhoneIdentifierEnrollment();phoneIdentifierChallenge.continuePhoneEnrollment({ type: "<text' | 'voice>"});
Optional
import PhoneIdentifierEnrollment from '@auth0/auth0-acul-js/phone-identifier-enrollment';const phoneIdentifierEnrollment = new PhoneIdentifierEnrollment();phoneIdentifierChallenge.returnToPrevious(); Copy
import PhoneIdentifierEnrollment from '@auth0/auth0-acul-js/phone-identifier-enrollment';const phoneIdentifierEnrollment = new PhoneIdentifierEnrollment();phoneIdentifierChallenge.returnToPrevious();
Example