diff --git a/src/ApiKeyHeaderAuthenticationHandler.cs b/src/ApiKeyHeaderAuthenticationHandler.cs
index d2fcb6e..47570b7 100644
--- a/src/ApiKeyHeaderAuthenticationHandler.cs
+++ b/src/ApiKeyHeaderAuthenticationHandler.cs
@@ -29,6 +29,7 @@
#endregion License
+using System;
using System.Linq;
using System.Security.Claims;
using System.Text.Encodings.Web;
@@ -59,14 +60,12 @@ public class ApiKeyHeaderAuthenticationHandler
///
///
///
- ///
public ApiKeyHeaderAuthenticationHandler(
IOptionsMonitor options,
ILoggerFactory logger,
- UrlEncoder encoder,
- ISystemClock clock
+ UrlEncoder encoder
)
- : base(options, logger, encoder, clock) { }
+ : base(options, logger, encoder) { }
///
/// Handles authentication by checking if there is proper api key set in HTTP header