mobileAuthWithOtp
Starts mobile authentication on web by OTP.
Your suggested change has been received. Thank you.
Starts mobile authentication on web by OTP.
var isSuccess = await Onegini.instance.userClient
.mobileAuthWithOtp(data)
.catchError((error) {
print("OTP Mobile authentication request failed: " + error.message);
});
if (isSuccess != null && isSuccess.isNotEmpty) {
print("OTP Mobile authentication request success!");
}
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….