public class AuthenticationDetails extends Object
| Constructor and Description |
|---|
AuthenticationDetails() |
AuthenticationDetails(boolean authenticated,
String authenticationState,
String userId,
String sessionId,
String phoneNo,
long inactivityExpiryTimeInSeconds,
long lastLoggedInTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationState() |
long |
getInactivityExpiryTimeInSeconds() |
long |
getLastLoggedInTimestamp() |
String |
getPhoneNo() |
String |
getSessionId() |
String |
getUserId() |
boolean |
isAuthenticated() |
protected void |
setAuthenticationState(String authenticationState) |
public final boolean isAuthenticated()
public String getAuthenticationState()
public final String getUserId()
public final String getSessionId()
public String getPhoneNo()
public long getInactivityExpiryTimeInSeconds()
public long getLastLoggedInTimestamp()
protected final void setAuthenticationState(String authenticationState)
Copyright © 2022. All rights reserved.