Package sh.ory.model
Class SubmitSelfServiceLogoutFlowWithoutBrowserBody
java.lang.Object
sh.ory.model.SubmitSelfServiceLogoutFlowWithoutBrowserBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SubmitSelfServiceLogoutFlowWithoutBrowserBody extends Object
nolint:deadcode,unused
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SESSION_TOKEN -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceLogoutFlowWithoutBrowserBody() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetSessionToken()The Session Token Invalidate this session token.inthashCode()SubmitSelfServiceLogoutFlowWithoutBrowserBodysessionToken(String sessionToken)voidsetSessionToken(String sessionToken)StringtoString()
-
Field Details
-
SERIALIZED_NAME_SESSION_TOKEN
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubmitSelfServiceLogoutFlowWithoutBrowserBody
public SubmitSelfServiceLogoutFlowWithoutBrowserBody()
-
-
Method Details