method RateLimitStore.reset
RateLimitStore.reset(key: string): Promise<void>

Reset the counter for the given key.

Parameters

key: string

Return Type

Promise<void>

Usage

import { type RateLimitStore } from "auth-plugin/src/index.ts";