acceptAuthenticationRequest method

Future<void> acceptAuthenticationRequest()

Accepts OTP authentication.

Implementation

Future<void> acceptAuthenticationRequest() async {
  await api.otpAcceptAuthenticationRequest();
}