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