PasswordPolicyType class

The password policy type.

Constructors

PasswordPolicyType({int? minimumLength, bool? requireLowercase, bool? requireNumbers, bool? requireSymbols, bool? requireUppercase, int? temporaryPasswordValidityDays})
PasswordPolicyType.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
minimumLength int?
The minimum length of the password policy that you have set. Cannot be less than 6.
final
requireLowercase bool?
In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.
final
requireNumbers bool?
In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
final
requireSymbols bool?
In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.
final
requireUppercase bool?
In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temporaryPasswordValidityDays int?
In the password policy you have set, refers to the number of days a temporary password is valid. If the user does not sign-in during this time, their password will need to be reset by an administrator.
final

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