SendOtpTask.runTask(TaskListener taskListener, String serverUrl, String sessionToken, String otpDeliveryMethod)
taskListener - Listener to processes the result of the request.
serverUrlĀ - The URL of the SurePassID FIDO Server.
sessionTokenĀ - The value returned by ValidateUserTask after successfully authenticating with a username and password.
otpDeliveryMethod - The desired method by which to send the OTP value.
Code Block | ||||
---|---|---|---|---|
| ||||
SendOtpTask.OTP_DELIVERY_METHOD_SMS SendOtpTask.OTP_DELIVERY_METHOD_EMAIL |
...