554 B
554 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.
LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.