IUserManager public interface IUserManager : IDisposable, IReLoginService Documentation Code string GenerateDistributedAuthenticationToken(bool retryOnFailure = true) bool LoggedIn() bool Login(string emailAddress, string password) void Logout() DataSet RetrieveAllAssignableInCase(int caseContextArtifactID)