Exemple #1
0
 public TwitterOptionsConfiguration(
     ITwitterSigninService twitterLoginService,
     IDataProtectionProvider dataProtectionProvider,
     ILogger <TwitterOptionsConfiguration> logger,
     ShellSettings shellSettings)
 {
     _twitterLoginService    = twitterLoginService;
     _dataProtectionProvider = dataProtectionProvider;
     _logger       = logger;
     _tenantPrefix = "/" + shellSettings.RequestUrlPrefix;
 }
 public TwitterSigninSettingsStep(ITwitterSigninService twitterLoginService)
 {
     _twitterLoginService = twitterLoginService;
 }