Exemple #1
0
 public SIRequestAuthorizationService(
     HttpClient httpClient,
     CacheAccessor cacheAccessor)
 {
     this.httpClient    = httpClient;
     this.cacheAccessor = cacheAccessor;
 }
Exemple #2
0
 public StateDIAuthorizationService(CacheAccessor cacheAccessor, IConfiguration configuration)
 {
     this.cacheAccessor = cacheAccessor;
     this.configuration = configuration;
 }