Class Passwords.StrengthCheckParameters
-
- All Implemented Interfaces:
public final class Passwords.StrengthCheckParametersData class used for wrapping parameters used with Passwords StrengthCheck endpoint
-
-
Constructor Summary
Constructors Constructor Description Passwords.StrengthCheckParameters(String email, String password)Passwords.StrengthCheckParameters(String password)
-
Method Summary
Modifier and Type Method Description final StringgetEmail()is the account identifier for the account in the form of an Email address that you wish to use to initiate a password strength check final StringgetPassword()is the private sequence of characters you wish to check to get advice on improving it -
-
Method Detail
-
getEmail
final String getEmail()
is the account identifier for the account in the form of an Email address that you wish to use to initiate a password strength check
-
getPassword
final String getPassword()
is the private sequence of characters you wish to check to get advice on improving it
-
-
-
-