-
- All Implemented Interfaces:
public class AuthServiceModel of an authentication service.
To create a new AuthService object use the static builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAuthService.AuthServiceBuilder
-
Field Summary
Fields Modifier and Type Field Description public final static StringSERVICEpublic final static StringCOMPOSITE_ADVICEpublic final static StringSUSPENDED_ID
-
Method Summary
Modifier and Type Method Description static AuthService.AuthServiceBuilderbuilder()voidnext(Context context, NodeListener<out Object> listener)Move on to the next node in the tree. -
-
Method Detail
-
builder
static AuthService.AuthServiceBuilder builder()
-
next
void next(Context context, NodeListener<out Object> listener)
Move on to the next node in the tree.
- Parameters:
context- The Application Contextlistener- Listener for receiving AuthService related changes
-
-
-
-