Class implementing the mfa-email-list screen functionality
This screen allows users to select an enrolled email address for MFA
Example
Copy
import MfaEmailList from '@auth0/auth0-acul-js/mfa-email-list';const mfaEmailList = new MfaEmailList();await mfaEmailList.selectMfaEmail({ index: 0 // for demonstration we are selecting the first index});
import MfaEmailList from '@auth0/auth0-acul-js/mfa-email-list';const mfaEmailList = new MfaEmailList();await mfaEmailList.selectMfaEmail({ index: 0 // for demonstration we are selecting the first index});