Class implementing the mfa-push-list screen functionality
Static
Navigates back to the previous screen.
Optional
Optional custom options to include with the request.
import MfaPushList from '@auth0/auth0-acul-js/mfa-push-list';const mfaPushList = new MfaPushList();await mfaPushList.goBack(); Copy
import MfaPushList from '@auth0/auth0-acul-js/mfa-push-list';const mfaPushList = new MfaPushList();await mfaPushList.goBack();
Selects a registered device from the list to initiate MFA push.
The options containing the device index.
import MfaPushList from '@auth0/auth0-acul-js/mfa-push-list';const mfaPushList = new MfaPushList();await mfaPushList.selectMfaPushDevice({ deviceIndex: 0 }); Copy
import MfaPushList from '@auth0/auth0-acul-js/mfa-push-list';const mfaPushList = new MfaPushList();await mfaPushList.selectMfaPushDevice({ deviceIndex: 0 });
Class implementing the mfa-push-list screen functionality