Skip to main content

MFA Push Challenge Push screen class

The Push Challenge Push screen class is displayed when a push notification has been sent to user’s device.
Import and instantiate the MFA Push Challenge Push screen class:

Properties

The MFA Push Challenge Push screen class properties are:

Methods

The MFA Push Challenge Push screen class method are:

continue( options ?)

This method continues with the push notification challenge.
Parameter                 TypeRequiredDescription
[key: string]string | number | boolean | undefinedNoOptional data collected from user.

enterCodeManually( options ?)

This method allows the user to enter the verification code manually.
Parameter                 TypeRequiredDescription
[key: string]string | number | boolean | undefinedNoOptional data collected from user.

resendPushNotification( options ?)

This method resends the push notification.
Parameter                 TypeRequiredDescription
[key: string]string | number | boolean | undefinedNoOptional data collected from user.

tryAnotherMethod( options ?)

This method allows the user to try another authentication method.
Parameter                 TypeRequiredDescription
[key: string]string | number | boolean | undefinedNoOptional data collected from user.

MFA Push Enrollment QR screen class

The MFA Push Enrollment QR screen class implements the scan QR code screen.
Import and instantiate the MFA Push Enrollment QR screen class:

Properties

The MFA Push Enrollment QR screen class properties are:

Methods

The MFA Push Enrollment QR screen class method is:

pickAuthenticator( options ?)

This method navigates the user to the authenticator selection screen.
Parameter                 TypeRequiredDescription
[key: string]string | number | boolean | undefinedNoOptional data collected from user.

MFA Push List screen class

The MFA Push List screen class implements the mfa-push-list screen functionality.
Import and instantiate the MFA Push List screen class:

Properties

The MFA Push List screen class properties are:

Methods

The MFA Push List screen class method are:

goBack( options ?)

This method allows the user to navigate to previous screen.
Parameter                 TypeRequiredDescription
[key: string]string | number | boolean | undefinedNoOptional data collected from user.

selectMfaPushDevice( options ?)

This method allows the user to select from a list of registered device to initiate MFA push.
Parameter                 TypeRequiredDescription
deviceIndexnumberYesThe index of the device to select from the list of enrolled devices.
[key: string]string | number | boolean | undefinedNoOptional data collected from user.

MFA Push Welcome screen class

The MFA Push Welcome screen class initializes the MfaPushWelcome screen with data from the Context.
Import and instantiate the MFA Push Welcome screen class:

Properties

The MFA Push Welcome screen class properties are:

Methods

The MFA Push Welcome screen class method are:

enroll( options ?)

This method navigates the user to the enrollment screen.
Parameter                 TypeRequiredDescription
[key: string]string | number | boolean | undefinedNoOptional data collected from user.

pickAuthenticator( options ?)

This method navigates the user to the authenticator selection screen.
Parameter                 TypeRequiredDescription
[key: string]string | number | boolean | undefinedNoOptional data collected from user.