Sha256: ff2b58927305a259ad4f2142b305e77244425bc3c7cfde6fbe34fda4c9118732
Contents?: true
Size: 403 Bytes
Versions: 2
Compression:
Stored size: 403 Bytes
Contents
# OryHydraClient::SubmitSelfServiceLogoutFlowWithoutBrowserBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **session_token** | **String** | The Session Token Invalidate this session token. | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::SubmitSelfServiceLogoutFlowWithoutBrowserBody.new( session_token: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.7.1.alpha1 | docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md |
ory-kratos-client-0.7.0.alpha1 | docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md |