apiKeyExchangeRateLimitOperation top-level constant

AuthRateLimitOperation const apiKeyExchangeRateLimitOperation

Default rate-limit operation for API-key session exchange.

Implementation

const apiKeyExchangeRateLimitOperation = AuthRateLimitOperation(
  'api_key',
  'exchange',
);