Package com.stytch.sdk.ui.shared.data
Class SessionOptions
-
- All Implemented Interfaces:
-
android.os.Parcelable
@JsonClass(generateAdapter = true) public final class SessionOptions implements Parcelable
A data class representing global session configuration options
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegersessionDurationMinutes
-
Constructor Summary
Constructors Constructor Description SessionOptions(Integer sessionDurationMinutes)SessionOptions()
-
Method Summary
Modifier and Type Method Description final IntegergetSessionDurationMinutes()The number of minutes that a granted session should be active. -
-
Constructor Detail
-
SessionOptions
SessionOptions(Integer sessionDurationMinutes)
-
SessionOptions
SessionOptions()
-
-
Method Detail
-
getSessionDurationMinutes
final Integer getSessionDurationMinutes()
The number of minutes that a granted session should be active. Defaults to 30
-
-
-
-