ApiKeyAuthHandler constructor
Initializes a new instance of the ApiKeyAuthHandler class.
public ApiKeyAuthHandler(KestrunHost host, IOptionsMonitor<ApiKeyAuthenticationOptions> options,
ILoggerFactory logger, UrlEncoder encoder)
| parameter | description |
|---|---|
| host | The Kestrun host instance. |
| options | The options monitor for API key authentication options. |
| logger | The logger factory. |
| encoder | The URL encoder. |
See Also
- class KestrunHost
- class ApiKeyAuthenticationOptions
- class ApiKeyAuthHandler
- namespace Kestrun.Authentication