Relativity.DataExchange.AuthTokenProviderAdapter
This class represents method of refreshing the token credentials on the expiration event
Instance of this class is injected to Tapi.
namespace Relativity.DataExchange
{
internal class AuthTokenProviderAdapter
{
public AuthTokenProviderAdapter(IRelativityTokenProvider relativityTokenProvider);
public string GenerateToken();
}
}