Interface LocalAuthenticationCallback


public interface LocalAuthenticationCallback
Interface to implement in order to receive events related to local authentication.
  • Method Details

    • onLocalAuthenticationSuccess

      void onLocalAuthenticationSuccess(String otp, String hostCode)
      Called upon local authentication success.
      Parameters:
      otp - the generated one-time password
      hostCode - the generated host code
    • onLocalAuthenticationAborted

      void onLocalAuthenticationAborted()
      Called upon local authentication abortion
    • onLocalAuthenticationPasswordError

      void onLocalAuthenticationPasswordError(PasswordError error)
      Called upon password error when performing local authentication.
      Parameters:
      error - the type of password error