passwordProtectionWarningTrigger property

String? passwordProtectionWarningTrigger
getter/setter pair

Current state of password protection trigger. Possible string values are:

  • "PASSWORD_PROTECTION_TRIGGER_UNSPECIFIED" : Password protection is not specified.
  • "PROTECTION_OFF" : Password reuse is never detected.
  • "PASSWORD_REUSE" : Warning is shown when the user reuses their protected password on a non-allowed site.
  • "PHISHING_REUSE" : Warning is shown when the user reuses their protected password on a phishing site.

Implementation

core.String? passwordProtectionWarningTrigger;