Skip to main content
Version: 1.x

RateLimitExemptionGrantParams

RateLimitExemptionGrantParams

Parameters for granting a temporary exemption.

Signature
interface RateLimitExemptionGrantParams {
scope: RateLimitExemptionScope;
id: string;
duration: DurationLike;
keyPrefix?: string;
}

scope

id

property
string

duration

property

keyPrefix

property
string