OtpAcceptDenyCallback
During the Mobile Authentication flow using OTP, as described in Mobile authentication with OTP, the user will need to respond to accept or deny the OTP request. The SDK provides the user with the following functions:
acceptAuthenticationRequest
In case you want to accept the OTP mobile authentication request based on the information provided by the OpenAuthOtpEvent
event:
Future<void> acceptAuthenticationRequest()
denyAuthenticationRequest
In case you want to deny the OTP mobile authentication request based on the information provided by the OpenAuthOtpEvent
event:
Future<void> denyAuthenticationRequest()