public final class LoginResponse extends AuthenticationDetails
| Constructor and Description |
|---|
LoginResponse(int noOfAttemptsRemaining,
org.piangles.backbone.services.auth.FailureReason failureReason) |
LoginResponse(String userId,
String sessionId,
boolean authenticatedByToken) |
| Modifier and Type | Method and Description |
|---|---|
org.piangles.backbone.services.auth.FailureReason |
getFailureReason() |
int |
getNoOfAttemptsRemaining() |
String |
toString() |
getSessionId, getUserId, isAuthenticated, isAuthenticatedByTokenCopyright © 2021. All rights reserved.