startAuthentication
Starts the authentication process. This command should be followed by the finishAuthentication command in a separate step defined in the nextStep attribute.
Attributes
nextStep | ||
|---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the step from which the flow resumes after identification. | ||
phoneNumber | ||
|---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the phone number to be used for the authentication. | ||
cancelStep | ||
|---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the step after user cancels the identification process. | ||
smsNotReceivedStep | ||
|---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the step if the SMS code was not received by the user. | ||
incorrectPhoneNumberStep | ||
|---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the step if the recipients phone number is not valid. | ||