Package com.stytch.sdk.consumer.sessions
Class Sessions.AuthParams
-
- All Implemented Interfaces:
public final class Sessions.AuthParamsData class used for wrapping parameters used with Sessions authentication
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegersessionDurationMinutes
-
Constructor Summary
Constructors Constructor Description Sessions.AuthParams(Integer sessionDurationMinutes)Sessions.AuthParams()
-
Method Summary
Modifier and Type Method Description final IntegergetSessionDurationMinutes()indicates how long the session should last before it expires -
-
Constructor Detail
-
Sessions.AuthParams
Sessions.AuthParams(Integer sessionDurationMinutes)
-
Sessions.AuthParams
Sessions.AuthParams()
-
-
Method Detail
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
indicates how long the session should last before it expires
-
-
-
-