<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.AuthTokenProviderAdapter

class AuthTokenProviderAdapter : IAuthenticationTokenProvider
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(); } }