Relativity.DataExchange.WebApiCredential
It represents the credential specific data that will be passed to Tapi.
namespace Relativity.DataExchange
{
public class WebApiCredential
{
public NetworkCredential Credential { get; set; }
public IAuthenticationTokenProvider TokenProvider { get; set; }
public WebApiCredential();
}
}