IUserService public interface IUserService : IDisposable Documentation Task ClearCookiesBeforeLoginAsync(string correlationID) Task<string> GenerateDistributedAuthenticationTokenAsync(string correlationID) Task<bool> LoggedInAsync(string correlationID) Task<bool> LoginAsync(string emailAddress, string password, string correlationID) Task LogoutAsync(string correlationID) Task<DataSetWrapper> RetrieveAllAssignableInCaseAsync(int workspaceID, string correlationID)