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