newPassword property

String? newPassword
getter/setter pair

For commands of type RESET_PASSWORD, optionally specifies the new password.

Note: The new password must be at least 6 characters long if it is numeric in case of Android 14 devices. Else the command will fail with INVALID_VALUE.

Implementation

core.String? newPassword;