$V2CustomStrengthOptions class

Used by:

  • identitytoolkit:v2 : GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptions
  • identitytoolkit:v2 : GoogleCloudIdentitytoolkitV2CustomStrengthOptions

Constructors

$V2CustomStrengthOptions({bool? containsLowercaseCharacter, bool? containsNonAlphanumericCharacter, bool? containsNumericCharacter, bool? containsUppercaseCharacter, int? maxPasswordLength, int? minPasswordLength})
$V2CustomStrengthOptions.fromJson(Map json_)

Properties

containsLowercaseCharacter bool?
The password must contain a lower case character.
getter/setter pair
containsNonAlphanumericCharacter bool?
The password must contain a non alpha numeric character.
getter/setter pair
containsNumericCharacter bool?
The password must contain a number.
getter/setter pair
containsUppercaseCharacter bool?
The password must contain an upper case character.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxPasswordLength int?
Maximum password length.
getter/setter pair
minPasswordLength int?
Minimum password length.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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