Interface RemoteAuthenticationCallback

    • Method Detail

      • onRemoteAuthenticationStepComplete

        void onRemoteAuthenticationStepComplete​(java.lang.String command)
        Called when a step of the remote authentication process is complete. The provided orchestration command is to be sent to the server.
        Parameters:
        command - an orchestration command that must be sent to the server
      • onRemoteAuthenticationAborted

        void onRemoteAuthenticationAborted()
        Called upon remote authentication abortion
      • onRemoteAuthenticationPasswordError

        void onRemoteAuthenticationPasswordError​(PasswordError passwordError)
        Called upon password error when performing remote authentication.
        Parameters:
        passwordError - the type of password error