UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

22 lines (14 loc) 604 B
# PerformNativeLogoutBody Perform Native Logout Request Body ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **session_token** | **string** | The Session Token Invalidate this session token. | [default to undefined] ## Example ```typescript import { PerformNativeLogoutBody } from '@ory/kratos-client'; const instance: PerformNativeLogoutBody = { session_token, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)