コード例 #1
0
 public ApiKeyAuthenticationHandler(
     IOptionsMonitor <ApiKeyAuthenticationOptions> options,
     ILoggerFactory logger,
     UrlEncoder encoder,
     ISystemClock clock,
     IApiKeyAuthenticationService authenticationService)
     : base(options, logger, encoder, clock)
 {
     _authenticationService = authenticationService;
 }