Package com.stytch.sdk.b2b.sessions
Class B2BSessions.RevokeParams
-
- All Implemented Interfaces:
public final class B2BSessions.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 B2BSessions.RevokeParams(Boolean forceClear)B2BSessions.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
-
B2BSessions.RevokeParams
B2BSessions.RevokeParams(Boolean forceClear)
-
B2BSessions.RevokeParams
B2BSessions.RevokeParams()
-
-
Method Detail
-
getForceClear
final Boolean getForceClear()
if true, we will clear the local session regardless of any network errors
-
-
-
-