IAuthenticationTokenProvider public interface IAuthenticationTokenProvider Documentation Code namespace Relativity.Transfer { public interface IAuthenticationTokenProvider { string GenerateToken(); } }