Interface UserAuthenticationInputCallback


public interface UserAuthenticationInputCallback
  • Method Details

    • onUserAuthenticationInputSuccess

      void onUserAuthenticationInputSuccess(CharSequence input)
      Need to be called to inform the Orchestration library of the user input. The conformity of that input can be check by the Orchestration library. That input can be used to encrypt the secret.
    • onUserAuthenticationInputAborted

      void onUserAuthenticationInputAborted()
      Need to be called to inform the Orchestration library of an aborted authentication flow.