denyAuthenticationRequest method
Cancels OTP authentication.
Implementation
Future<void> denyAuthenticationRequest() async {
await api.otpDenyAuthenticationRequest();
}
Cancels OTP authentication.
Future<void> denyAuthenticationRequest() async {
await api.otpDenyAuthenticationRequest();
}