apiKeySource property
The source of the API key for metering requests according to a usage plan. Valid values are:
HEADERto read the API key from theX-API-Keyheader of a request.AUTHORIZERto read the API key from theUsageIdentifierKeyfrom a custom authorizer.
Implementation
final ApiKeySourceType? apiKeySource;