# Logins Server-side implementation of the logged-in session model, managing user authentication state and access tokens. ## Key Files - **`AcLoggedInModelServer.cs`** — Generic implementation of `IAcLoggedInModelBase`. Tracks `LoggedInUser`, `AccessToken`, and `LoginErrorCode`, with `AddLoggedInUser` and `Logout` methods.