Details of the user session
| 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] |