Package com.auth0.json.mgmt.sessions
Class Session
java.lang.Object
com.auth0.json.mgmt.sessions.Session
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
getId
- Returns:
- The ID of the session
-
getUserId
- Returns:
- ID of the user which can be used when interacting with other APIs.
-
getCreatedAt
- Returns:
- The date and time when the session was created
-
getUpdatedAt
- Returns:
- The date and time when the session was last updated
-
getAuthenticatedAt
- Returns:
- The date and time when the session was last authenticated
-
getIdleExpiresAt
- Returns:
- The date and time when the session will expire if idle
-
getExpiresAt
- Returns:
- The date and time when the session will expire
-
getDevice
- Returns:
- Metadata related to the device used in the session
-
getClients
- Returns:
- List of client details for the session
-
getAuthentication
- Returns:
- Details about authentication signals obtained during the login flow
-