Interface AuthHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cancel​(java.lang.Exception e)
      Cancel the current authentication, will throw OperationCanceledException when user explicitly cancel the login.
      void next​(org.forgerock.android.auth.Node node)
      Move to next node
    • Method Detail

      • next

        void next​(org.forgerock.android.auth.Node node)
        Move to next node
        Parameters:
        node - The current Node
      • cancel

        void cancel​(java.lang.Exception e)
        Cancel the current authentication, will throw OperationCanceledException when user explicitly cancel the login.
        Parameters:
        e - Exception when cancelling the authentication process.