Templates
routeId
string (optional)
Indicates which flow started this verification process. When the methods in MFA Helpers are triggered, they receive this routeId then some custom logic can be added to the switch of each method based on the routeId.
phoneNumber
string (optional)
phoneNumberCountyCode
string (optional)
Enter Phone Number
Enter Phone Number contains the following elements:
FormLayout component as a container, to handle input submission and loading.
Dropdown component to display the countries' code.
Input component to capture the customer's phone number.
Continue Button to send the verification code to the entered phone.
Enter Phone Verification Code
Enter Phone Verification Code contains the following elements:
FormLayout component as a container, to handle input submission and loading.
Use the InputCode component to capture and verify the code sent to the customer's phone number.
Send Again Button for if the user did not receive a message with the code.
Request Authorization Code Screen
This screen lets the user choose how they would like to receive the authorization code.
Request Authorization Code Screen contains the following elements:
FormLayout component as a container, to handle loading.
Radio Buttons Group to display the different options to send a verification code. These options are listed from AUTHORIZATION_CODE_RADIO_BUTTONS constant.
Send Code Button send the verification code.
Last updated
Was this helpful?