Package com.stytch.sdk.consumer.sessions
Class Sessions.RevokeParams
-
- All Implemented Interfaces:
public final class Sessions.RevokeParamsData class used for wrapping parameters used with Sessions revocation
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanforceClear
-
Constructor Summary
Constructors Constructor Description Sessions.RevokeParams(Boolean forceClear)Sessions.RevokeParams()
-
Method Summary
Modifier and Type Method Description final BooleangetForceClear()if true, we will clear the local session regardless of any network errors -
-
Constructor Detail
-
Sessions.RevokeParams
Sessions.RevokeParams(Boolean forceClear)
-
Sessions.RevokeParams
Sessions.RevokeParams()
-
-
Method Detail
-
getForceClear
final Boolean getForceClear()
if true, we will clear the local session regardless of any network errors
-
-
-
-