Class Passwords.AuthParameters
-
- All Implemented Interfaces:
public final class Passwords.AuthParametersData class used for wrapping parameters used with Passwords authentication
-
-
Constructor Summary
Constructors Constructor Description Passwords.AuthParameters(String email, String password, Integer sessionDurationMinutes)Passwords.AuthParameters(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 final StringgetPassword()is your private sequence of characters to authenticate 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
-
getPassword
final String getPassword()
is your private sequence of characters to authenticate
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
indicates how long the session should last before it expires
-
-
-
-