apiKeyCreateRateLimitOperation top-level constant

AuthRateLimitOperation const apiKeyCreateRateLimitOperation

Default rate-limit operation for API-key creation.

Implementation

const apiKeyCreateRateLimitOperation = AuthRateLimitOperation(
  'api_key',
  'create',
);