791 B
791 B
Logins
Base and client-side login service implementations.
Key Files
AcLoginServiceBase.cs— Abstract generic base implementingIAcLoginServiceBase. ProvidesIsLoggedInandLoggedInUserproperties. Heavily constrained generics (TUser, TProfile, TCompany, TUserToServiceProvider, TProfileAddress).AcLoginServiceClient.cs— Client-side login service extendingAcLoginServiceBase, implementingIAcLoginServiceClient. Provides stubs forLogin,Logout,Registration,ChangePassword,ForgotPassword(sync + async variants).
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.