getPasswordStrength
Examples
client
.getPasswordStrength(clientId,password)
.then(PasswordStrength => {
// Display strength of password
})
.catch(err => console.error(err))
Parameters
The user’s password. |
|
The ReachFive client ID. |
Response
Type: Promise<PasswordStrength>
PasswordStrength
score |
An integer representing the strength of a password. score values
|