Package com.stytch.sdk.b2b.sessions
Class B2BSessions.AuthParams
-
- All Implemented Interfaces:
public final class B2BSessions.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 B2BSessions.AuthParams(Integer sessionDurationMinutes)B2BSessions.AuthParams()
-
Method Summary
Modifier and Type Method Description final IntegergetSessionDurationMinutes()indicates how long the session should last before it expires -
-
Constructor Detail
-
B2BSessions.AuthParams
B2BSessions.AuthParams(Integer sessionDurationMinutes)
-
B2BSessions.AuthParams
B2BSessions.AuthParams()
-
-
Method Detail
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
indicates how long the session should last before it expires
-
-
-
-