Package 

Interface AuthHandler

  • All Implemented Interfaces:

    
    public interface AuthHandler
    
                        

    Handler to handle action during user authentication with the Auth Service

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void next(Node node) Move to next node
      abstract void cancel(Exception e) Cancel the current authentication, will throw android.os.OperationCanceledException when user explicitly cancel the login.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • next

         abstract void next(Node node)

        Move to next node

        Parameters:
        node - The current Node