private static string GetRefreshUri(DeputyOptions options) => $"https://{options.Endpoint}/oauth/access_token";
public TokenStoreAuthenticator(ITokenStore tokenStore, IClient client, DeputyOptions options) { _tokenStore = tokenStore; _client = client; _options = options; }