@ory/client
Version:
OpenAPI client for @ory/client
22 lines (14 loc) • 597 B
Markdown
# 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/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)