All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.BaseContextSession.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

The newest version!


# BaseContextSession

Details of the user session

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | The unique identifier for the user's session |  [optional] |
|**userId** | **String** | The unique identifier for the user |  [optional] |
|**login** | **String** | The username used to identify the user. This is often the user's email address. |  [optional] |
|**createdAt** | **OffsetDateTime** | Timestamp of when the session was created |  [optional] |
|**expiresAt** | **OffsetDateTime** | Timestamp of when the session expires |  [optional] |
|**status** | **String** | Represents the current status of the user's session |  [optional] |
|**lastPasswordVerification** | **OffsetDateTime** | Timestamp of when the user was last authenticated |  [optional] |
|**amr** | **List<String>** | The authentication method reference |  [optional] |
|**idp** | [**SessionIdentityProvider**](SessionIdentityProvider.md) |  |  [optional] |
|**mfaActive** | **Boolean** | Describes whether multifactor authentication was enabled |  [optional] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy