public class AuthenticationDetails extends Object
| Constructor and Description |
|---|
AuthenticationDetails() |
AuthenticationDetails(boolean authenticated,
boolean mfaEnabled,
boolean authenticatedByToken,
boolean authenticatedBySession,
boolean authenticatedByMultiFactor,
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 |
isAuthenticatedByMultiFactor() |
boolean |
isAuthenticatedBySession() |
boolean |
isAuthenticatedByToken() |
boolean |
isMFAEnabled() |
public AuthenticationDetails()
public AuthenticationDetails(boolean authenticated,
boolean mfaEnabled,
boolean authenticatedByToken,
boolean authenticatedBySession,
boolean authenticatedByMultiFactor,
String userId,
String sessionId,
String phoneNo,
long inactivityExpiryTimeInSeconds,
long lastLoggedInTimestamp)
public final boolean isAuthenticated()
public final boolean isMFAEnabled()
public final boolean isAuthenticatedByToken()
public final boolean isAuthenticatedBySession()
public final boolean isAuthenticatedByMultiFactor()
public final String getUserId()
public final String getSessionId()
public String getPhoneNo()
public long getInactivityExpiryTimeInSeconds()
public long getLastLoggedInTimestamp()
Copyright © 2022. All rights reserved.