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