public final class LoginResponse extends AuthenticationDetails
| Constructor and Description |
|---|
LoginResponse(boolean mfaEnabled,
boolean authenticatedByToken,
boolean authenticatedBySession,
boolean authenticatedByMultiFactor,
boolean loggedInAsGuest,
String userId,
String sessionId,
String phoneNo,
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() |
boolean |
isLoggedInAsGuest() |
String |
toString() |
getInactivityExpiryTimeInSeconds, getLastLoggedInTimestamp, getPhoneNo, getSessionId, getUserId, isAuthenticated, isAuthenticatedByMultiFactor, isAuthenticatedBySession, isAuthenticatedByToken, isMFAEnabledpublic LoginResponse(boolean mfaEnabled,
boolean authenticatedByToken,
boolean authenticatedBySession,
boolean authenticatedByMultiFactor,
boolean loggedInAsGuest,
String userId,
String sessionId,
String phoneNo,
long inactivityExpiryTimeInSeconds,
long lastLoggedInTimestamp)
public LoginResponse(int noOfAttemptsRemaining,
org.piangles.backbone.services.auth.FailureReason failureReason)
Copyright © 2022. All rights reserved.