Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.33 KB

Session.md

File metadata and controls

20 lines (16 loc) · 1.33 KB

Okta.Sdk.Model.Session

Properties

Name Type Description Notes
Amr List<SessionAuthenticationMethod> Authentication method reference [optional] [readonly]
CreatedAt DateTimeOffset [optional] [readonly]
ExpiresAt DateTimeOffset A timestamp when the Session expires [optional] [readonly]
Id string A unique key for the Session [optional] [readonly]
Idp SessionIdentityProvider [optional]
LastFactorVerification DateTimeOffset A timestamp when the user last performed multifactor authentication [optional] [readonly]
LastPasswordVerification DateTimeOffset A timestamp when the user last performed the primary or step-up authentication with a password [optional] [readonly]
Login string A unique identifier for the user (username) [optional] [readonly]
Status SessionStatus [optional]
UserId string A unique key for the user [optional] [readonly]
Links LinksSelf [optional]

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