778 B
778 B
Logins
Interfaces for authentication and login service contracts, covering login state, registration, and password management.
Key Files
IAcLoginServiceBase.cs— Base login service withIsLoggedInandLoggedInUserproperties, generic over user/profile/company types.IAcLoginServiceCommon.cs— Extends the base withLogout,Registration,ChangePassword, andForgotPasswordmethods (sync and async).IAcLoginServiceClient.cs— Client-side login service marker interface extendingIAcLoginServiceCommon.
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.