-
- All Implemented Interfaces:
public interface AuthHandlerHandler to handle action during user authentication with the Auth Service
-
-
Method Summary
Modifier and Type Method Description abstract voidnext(Node node)Move to next node abstract voidcancel(Exception e)Cancel the current authentication, will throw android.os.OperationCanceledException when user explicitly cancel the login. -
-
Method Detail
-
next
abstract void next(Node node)
Move to next node
- Parameters:
node- The current Node
-
cancel
abstract void cancel(Exception e)
Cancel the current authentication, will throw android.os.OperationCanceledException when user explicitly cancel the login.
- Parameters:
e- Exception when cancelling the authentication process.
-
-
-
-