Optionalparameters: { hasOldPassword?: boolean }
OptionalhasOldPassword?: booleanWhether or not the user will be required to enter their current password. Use false (the default) if this is a new user or if an administrator is forcibly changing another user's password.
Optionaloptions: RequestOptions
Returns the list of requirements for the current password policy. For example, "The password must have at least 10 characters.", "The password must not be similar to the user's name or email address.", etc.