ApiKeyExtractable constructor
const
ApiKeyExtractable({})
Reads the key from header, or from the query parameter.
Implementation
const ApiKeyExtractable({
this.header = 'x-api-key',
this.query = 'api_key',
this.allowQuery = true,
});