notificationCode property

String? notificationCode
getter/setter pair

Warning notification enum.

Can be used for localization. Possible string values are:

  • "NOTIFICATION_CODE_UNSPECIFIED" : No notification specified.
  • "MISSING_LOWERCASE_CHARACTER" : Password missing lowercase character.
  • "MISSING_UPPERCASE_CHARACTER" : Password missing uppercase character.
  • "MISSING_NUMERIC_CHARACTER" : Password missing numeric character.
  • "MISSING_NON_ALPHANUMERIC_CHARACTER" : Password missing non alphanumeric character.
  • "MINIMUM_PASSWORD_LENGTH" : Password less than minimum required length.
  • "MAXIMUM_PASSWORD_LENGTH" : Password greater than maximum required length.

Implementation

core.String? notificationCode;