AuthenticationRateLimiter constructor
Implementation
AuthenticationRateLimiter({
this.maxAttempts = kDefaultAuthenticationRateLimit,
this.window = kDefaultAuthenticationRateWindow,
this.maxTrackedSources = 4096,
DateTime Function()? now,
}) : _now = now ?? DateTime.now;