Class implementing the mfa-otp-enrollment-code screen functionality.
This screen is displayed when the user needs to enter the OTP code received during MFA enrollment.
Example
Report incorrect code
Copy
Ask AI
import MfaOtpEnrollmentCode from '@auth0/auth0-acul-js/mfa-otp-enrollment-code';const mfaOtpEnrollmentCode = new MfaOtpEnrollmentCode();await mfaOtpEnrollmentCode.continue({ code: '123456',});
import MfaOtpEnrollmentCode from '@auth0/auth0-acul-js/mfa-otp-enrollment-code';const mfaOtpEnrollmentCode = new MfaOtpEnrollmentCode();await mfaOtpEnrollmentCode.tryAnotherMethod();