public AzureAdB2CGraphClientUserService(HttpClient httpClient,
                                         IAzureAdGraphAuthenticationService azureAdGraphAuthenticationService,
                                         IAzureAdGraphConfiguration azureAdGraphConfiguration)
 {
     _httpClient = httpClient;
     _azureAdGraphAuthenticationService = azureAdGraphAuthenticationService;
     _azureAdGraphConfiguration         = azureAdGraphConfiguration;
 }
Beispiel #2
0
 public AzureAdGraphAuthenticationService(IAzureAdGraphConfiguration azureAdGraphConfiguration)
 {
     _azureAdGraphConfiguration = azureAdGraphConfiguration;
 }