Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.25 KB

File metadata and controls

20 lines (16 loc) · 1.25 KB

Okta.Sdk.Model.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 DateTimeOffset Timestamp of when the session was created [optional]
ExpiresAt DateTimeOffset Timestamp of when the session expires [optional]
Status string Represents the current status of the user's session [optional]
LastPasswordVerification DateTimeOffset Timestamp of when the user was last authenticated [optional]
Amr List<string> The authentication method reference [optional]
Idp SessionIdentityProvider [optional]
MfaActive bool Describes whether multifactor authentication was enabled [optional]

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