554 B
554 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.