Package com.stytch.sdk.b2b.magicLinks
Class B2BMagicLinks.AuthParameters
-
- All Implemented Interfaces:
public final class B2BMagicLinks.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 B2BMagicLinks.AuthParameters(String token, Integer sessionDurationMinutes)B2BMagicLinks.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
-
-
-
-