Specify the source for the api key extraction as an HTTP cookie with the given name.
Specify the source for the api key extraction as an HTTP header with the given name.
Specify the source for the api key extraction as an HTTP query parameter with the given name.
Create an API Key authentication handler
Generated using TypeDoc
An authentication handler that provides API Key support.
API keys can be extracted from
HTTP headers/query parameters/cookies
.By default this handler will extract the API key from an HTTP header named
X-API-KEY
.