# OryKratosClient::PerformNativeLogoutBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **session_token** | **String** | The Session Token Invalidate this session token. | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::PerformNativeLogoutBody.new( session_token: null ) ```