Пример #1
0
 public GithubOptionsConfiguration(
     IGithubAuthenticationService githubAuthenticationService,
     IDataProtectionProvider dataProtectionProvider,
     ILogger <GithubOptionsConfiguration> logger)
 {
     _githubAuthenticationService = githubAuthenticationService;
     _dataProtectionProvider      = dataProtectionProvider;
     _logger = logger;
 }
Пример #2
0
 public GithubAuthenticationSettingsStep(IGithubAuthenticationService githubLoginService)
 {
     _githubAuthenticationService = githubLoginService;
 }