Class Passwords.CreateParameters
-
- All Implemented Interfaces:
public final class Passwords.CreateParametersData class used for wrapping parameters used with Passwords create endpoint
-
-
Constructor Summary
Constructors Constructor Description Passwords.CreateParameters(String email, String password, Integer sessionDurationMinutes)Passwords.CreateParameters(String email, 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 for account creation final StringgetPassword()is your private sequence of characters you wish to use when authenticating with the newly created account in the future 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 that you wish to use for account creation
-
getPassword
final String getPassword()
is your private sequence of characters you wish to use when authenticating with the newly created account in the future
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
indicates how long the session should last before it expires
-
-
-
-