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.
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 | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
enterCodeManually( options ?)
This method allows the user to enter the verification code manually.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
resendPushNotification( options ?)
This method resends the push notification.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
tryAnotherMethod( options ?)
This method allows the user to try another authentication method.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
MFA Push Enrollment QR screen class
The MFA Push Enrollment QR screen class implements the scan QR code screen.
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 | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
MFA Push List screen class
The MFA Push List screen class implements the mfa-push-list screen functionality.
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 | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
selectMfaPushDevice( options ?)
This method allows the user to select from a list of registered device to initiate MFA push.Parameter | Type | Required | Description |
---|---|---|---|
deviceIndex | number | Yes | The index of the device to select from the list of enrolled devices. |
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
MFA Push Welcome screen class
The MFA Push Welcome screen class initializes the MfaPushWelcome screen with data from the Context.
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 | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
pickAuthenticator( options ?)
This method navigates the user to the authenticator selection screen.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |