Class MagicLinks.AuthParameters
-
- All Implemented Interfaces:
public final class MagicLinks.AuthParametersData class used for wrapping parameters used with MagicLinks authentication
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtokenprivate final IntegersessionDurationMinutes
-
Constructor Summary
Constructors Constructor Description MagicLinks.AuthParameters(String token, Integer sessionDurationMinutes)MagicLinks.AuthParameters(String token)
-
Method Summary
Modifier and Type Method Description final StringgetToken()is the unique sequence of characters used to log in final IntegergetSessionDurationMinutes()indicates how long the session should last before it expires -
-
Method Detail
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
indicates how long the session should last before it expires
-
-
-
-