auth.provider API
    Preparing search index...

    Interface RateLimiter

    Adapter primitive for rate-limiting decisions.

    interface RateLimiter {
        kind: string;
        check(key: string, ctx: RateLimitContext): Promise<RateLimitDecision>;
    }
    Index
    kind: string