requirePasswordUnlock property

String? requirePasswordUnlock
getter/setter pair

The length of time after a device or work profile is unlocked using a strong form of authentication (password, PIN, pattern) that it can be unlocked using any other authentication method (e.g. fingerprint, trust agents, face).

After the specified time period elapses, only strong forms of authentication can be used to unlock the device or work profile. Possible string values are:

  • "REQUIRE_PASSWORD_UNLOCK_UNSPECIFIED" : Unspecified. Defaults to USE_DEFAULT_DEVICE_TIMEOUT.
  • "USE_DEFAULT_DEVICE_TIMEOUT" : The timeout period is set to the device’s default.
  • "REQUIRE_EVERY_DAY" : The timeout period is set to 24 hours.

Implementation

core.String? requirePasswordUnlock;