public MicrosoftAccountOptionsConfiguration(
     IMicrosoftAccountService microsoftAccountService,
     IDataProtectionProvider dataProtectionProvider,
     ILogger <MicrosoftAccountOptionsConfiguration> logger)
 {
     _microsoftAccountService = microsoftAccountService;
     _dataProtectionProvider  = dataProtectionProvider;
     _logger = logger;
 }
Пример #2
0
 public MicrosoftAccountSettingsStep(IMicrosoftAccountService microsoftAccountService)
 {
     _microsoftAccountService = microsoftAccountService;
 }