denyAuthenticationRequest method

Future<void> denyAuthenticationRequest()

Cancels OTP authentication.

Implementation

Future<void> denyAuthenticationRequest() async {
  await api.otpDenyAuthenticationRequest();
}