<PackageReference Include="Relativity.Server.OAuth2.SDK" Version="5001.0.3" />

Relativity.OAuth2Client.TokenProviders.ProviderFactories.BaseTokenProviderFactory

public abstract class BaseTokenProviderFactory : ITokenProviderFactory
public IOAuth2ClientEvents Events { get; }

protected ITokenProvider CreateTokenProvider(string service, string environment, IEnumerable<string> scopes, IDictionary<string, string> requestProperties)

public ITokenProvider GetTokenProvider(string service, IEnumerable<string> scopes)

public ITokenProvider GetTokenProvider(string service, IEnumerable<string> scopes, string environment)

protected ITokenProvider GetTokenProvider(string service, IEnumerable<string> scopes, IDictionary<string, string> requestProperties)

protected ITokenProvider GetTokenProvider(string service, IEnumerable<string> scopes, string environment, IDictionary<string, string> requestProperties)