OTPAttemptTracker constructor
Implementation
OTPAttemptTracker({int? maxAttempts, Duration? lockoutDuration})
: maxAttempts = maxAttempts ?? OTPSecurityConfig.maxAttempts,
lockoutDuration = lockoutDuration ?? OTPSecurityConfig.lockoutDuration;
OTPAttemptTracker({int? maxAttempts, Duration? lockoutDuration})
: maxAttempts = maxAttempts ?? OTPSecurityConfig.maxAttempts,
lockoutDuration = lockoutDuration ?? OTPSecurityConfig.lockoutDuration;