Class Passwords.ResetByExistingPasswordParameters
-
- All Implemented Interfaces:
public final class Passwords.ResetByExistingPasswordParametersData class used for wrapping parameters used with Passwords StrengthCheck endpoint
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringemailprivate final StringexistingPasswordprivate final StringnewPasswordprivate final IntegersessionDurationMinutes
-
Constructor Summary
Constructors Constructor Description Passwords.ResetByExistingPasswordParameters(String email, String existingPassword, String newPassword, Integer sessionDurationMinutes)Passwords.ResetByExistingPasswordParameters(String email, String existingPassword, String newPassword)
-
Method Summary
Modifier and Type Method Description final StringgetEmail()is the account identifier for the account in the form of an Email address to identify which account's password you wish to start resetting final StringgetExistingPassword()The user's existing password. final StringgetNewPassword()The new password for the user. final IntegergetSessionDurationMinutes()indicates how long the session should last before it expires -
-
Method Detail
-
getEmail
final String getEmail()
is the account identifier for the account in the form of an Email address to identify which account's password you wish to start resetting
-
getExistingPassword
final String getExistingPassword()
The user's existing password.
-
getNewPassword
final String getNewPassword()
The new password for the user.
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
indicates how long the session should last before it expires
-
-
-
-