AuthenticationAttempt constructor

AuthenticationAttempt({
  1. int? failedAttempts,
  2. int? maxAttempts,
  3. int? remainingAttempts,
})

Implementation

AuthenticationAttempt(
    {this.failedAttempts, this.maxAttempts, this.remainingAttempts});