330 B
330 B
Logins
Server-side implementation of the logged-in session model, managing user authentication state and access tokens.
Key Files
AcLoggedInModelServer.cs— Generic implementation ofIAcLoggedInModelBase. TracksLoggedInUser,AccessToken, andLoginErrorCode, withAddLoggedInUserandLogoutmethods.