public MicrosoftAccountOptionsConfiguration(
     IMicrosoftAccountService microsoftAccountService,
     IDataProtectionProvider dataProtectionProvider,
     ILogger <MicrosoftAccountOptionsConfiguration> logger)
 {
     _microsoftAccountService = microsoftAccountService;
     _dataProtectionProvider  = dataProtectionProvider;
     _logger = logger;
 }
Ejemplo n.º 2
0
 public MicrosoftAccountSettingsStep(IMicrosoftAccountService microsoftAccountService)
 {
     _microsoftAccountService = microsoftAccountService;
 }