public final class LoginResponse extends AuthenticationDetails
| Constructor and Description |
|---|
LoginResponse(boolean mfaEnabled,
boolean authenticatedByToken,
boolean authenticatedBySession,
boolean authenticatedByMultiFactor,
boolean loggedInAsGuest,
String authenticationState,
String userId,
String sessionId,
String phoneNo,
long inactivityExpiryTimeInSeconds,
long lastLoggedInTimestamp) |
LoginResponse(int noOfAttemptsRemaining,
org.piangles.backbone.services.auth.FailureReason failureReason,
String authenticationState) |
| Modifier and Type | Method and Description |
|---|---|
org.piangles.backbone.services.auth.FailureReason |
getFailureReason() |
int |
getNoOfAttemptsRemaining() |
boolean |
isLoggedInAsGuest() |
String |
toString() |
getAuthenticationState, getInactivityExpiryTimeInSeconds, getLastLoggedInTimestamp, getPhoneNo, getSessionId, getUserId, isAuthenticated, isAuthenticatedByMultiFactor, isAuthenticatedBySession, isAuthenticatedByToken, isMFAEnabled, setAuthenticationStatepublic LoginResponse(boolean mfaEnabled,
boolean authenticatedByToken,
boolean authenticatedBySession,
boolean authenticatedByMultiFactor,
boolean loggedInAsGuest,
String authenticationState,
String userId,
String sessionId,
String phoneNo,
long inactivityExpiryTimeInSeconds,
long lastLoggedInTimestamp)
public LoginResponse(int noOfAttemptsRemaining,
org.piangles.backbone.services.auth.FailureReason failureReason,
String authenticationState)
Copyright © 2022. All rights reserved.