<PackageReference Include="Relativity.Transfer.Client" Version="7.4.7" />

Relativity.DataTransfer.Legacy.SDK.ImportExport.V1.IUserService

public interface IUserService : IDisposable
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)