menu
onegini package
documentation
model/authentication_attempt.dart
AuthenticationAttempt
AuthenticationAttempt.new constructor
AuthenticationAttempt.new constructor
dark_mode
light_mode
AuthenticationAttempt
constructor
AuthenticationAttempt
(
{
int
?
failedAttempts
,
int
?
maxAttempts
,
int
?
remainingAttempts
,
})
Implementation
AuthenticationAttempt( {this.failedAttempts, this.maxAttempts, this.remainingAttempts});
onegini package
documentation
model/authentication_attempt
AuthenticationAttempt
AuthenticationAttempt.new constructor
AuthenticationAttempt class