UserPasswordValidationPolicy class
User level password validation policy.
Constructors
- UserPasswordValidationPolicy({int? allowedFailedAttempts, bool? enableFailedAttemptsCheck, bool? enablePasswordVerification, String? passwordExpirationDuration, PasswordStatus? status})
- UserPasswordValidationPolicy.fromJson(Map json_)
Properties
- allowedFailedAttempts ↔ int?
-
Number of failed login attempts allowed before user get locked.
getter/setter pair
- enableFailedAttemptsCheck ↔ bool?
-
If true, failed login attempts check will be enabled.
getter/setter pair
- enablePasswordVerification ↔ bool?
-
If true, the user must specify the current password before changing the
password.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- passwordExpirationDuration ↔ String?
-
Expiration duration after password is updated.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ PasswordStatus?
-
Read-only password status.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited