MFA Begin Enroll Options screen class
The Begin Enroll Options screen class handles the selection and enrollment of MFA factors.
Properties
The MFA Begin Enroll Options screen class properties are:Methods
The MFA Begin Enroll Options screen class method is:enroll( options ?)
This method continues the enrollment process with the selected MFA option.Parameter | Type | Required | Description |
---|---|---|---|
action | FactorType: | push-notification | otp | sms | phone | voice | webauth-roaming | Yes | The selected multi-factor authentication option. |
[key: string] | string | number | boolean | undefined | No | Additional data collected from the user. |
MFA Detect Browser Capabilities screen class
The MFA Detect Browser Capabilities screen class detects browser capabilities for MFA authentication methods.
Properties
The MFA Detect Browser Capabilities screen class properties are:Methods
The MFA Detect Browser Capabilities screen class method is:detectCapabilities( options ?)
This method allows you to select an authenticator based on browser capabilities.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
MFA Enroll Result screen class
The MFA Enroll Result screen class allows users to select an enrolled email address for MFA.
Properties
The MFA Enroll Result screen class properties are:MFA Login Options screen class
The MFA Login Options screen class allows users to select which MFA factor to use for login.
Properties
The MFA Login Options screen class properties are:Methods
The MFA Login Options screen class method is:enroll( options ?)
This method continues the login process with the selected MFA option.Parameter | Type | Required | Description |
---|---|---|---|
action | LoginFactorType: | push-notification | otp | sms | phone | voice | email | recovery-code | webauthn-platform | webauth-roaming | duo | Yes | The selected multi-factor authentication option to login. |
[key: string] | string | number | boolean | undefined | No | Additional data collected from the user. |