public GitHubOptionsConfiguration( IGitHubAuthenticationService githubAuthenticationService, IDataProtectionProvider dataProtectionProvider, ILogger <GitHubOptionsConfiguration> logger) { _githubAuthenticationService = githubAuthenticationService; _dataProtectionProvider = dataProtectionProvider; _logger = logger; }
public GitHubAuthenticationSettingsStep(IGitHubAuthenticationService githubLoginService) { _githubAuthenticationService = githubLoginService; }
public AuthenticationController(IGitHubAuthenticationService gitHubAuthenticationService) { _gitHubAuthenticationService = gitHubAuthenticationService; }