Okta.Sdk.Model.BaseContextSession

October 22, 2025 ยท View on GitHub

Details of the user session

Properties

NameTypeDescriptionNotes
IdstringThe unique identifier for the user's session[optional]
UserIdstringThe unique identifier for the user[optional]
LoginstringThe username used to identify the user. This is often the user's email address.[optional]
CreatedAtDateTimeOffsetTimestamp of when the session was created[optional]
ExpiresAtDateTimeOffsetTimestamp of when the session expires[optional]
StatusstringRepresents the current status of the user's session[optional]
LastPasswordVerificationDateTimeOffsetTimestamp of when the user was last authenticated[optional]
AmrList<string>The authentication method reference[optional]
IdpSessionIdentityProvider[optional]
MfaActiveboolDescribes whether multifactor authentication was enabled[optional]

[Back to Model list] [Back to API list] [Back to README]