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

Reset the counter for the given key.

Parameters

key: string

Return Type

Promise<void>

Usage

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