示例#1
0
 public AzdoClients(
     IHttpContextAccessor httpContextAccessor,
     ActiveUsersCache activeUsers,
     AzdoConfig config
     )
 {
     this.httpContextAccessor = httpContextAccessor;
     this.activeUsers         = activeUsers;
     this.config = config;
 }
 public AzdoAuthenticationService(AzdoConfig config, IHttpClientFactory clientFactory,
                                  ActiveUsersCache tokenCache)
 {
     this.config        = config;
     this.clientFactory = clientFactory;
 }