...
APIAuthenticationHandler
: Validates the OAuth2 bearer token used to invoke the API. It also determines whether the token is of typeProduction
orSandbox
and setsMessageContext
variables as appropriate. To extend the default authentication handler, see Writing a Custom Authentication Handler.APIThrottleHandler
: Throttles requests based on the throttling policy specified by thepolicyKey
property. Throttling is applied both at the application level as well as subscription level.-
APIMgtUsageHandler
: Publishes events to BAM for collection and analysis of statistics. This handler only comes to effect if API usage tracking is enabled. See Monitoring using WSO2 BAM for more information. APIMgtGoogleAnalyticsTrackingHandler
: Publishes events to Google Analytics. This handler only comes into effect if Google analytics tracking is enabled. See Integrating with Google Analytics for more information.APIManagerExtensionHandler
: Extends the mediation flow of messages passing through the API Gateway. See Adding a Mediation Extension for more information.
...
- .
API Key Manager
Anchor | ||||
---|---|---|---|---|
|
...