2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: logoutRequest
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/auth/logoutrequest
|
|
|
|
---
|
|
|
|
|
|
|
|
# LogoutRequest
|
|
|
|
|
|
|
|
*This schema defines Logout Request.*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`username`** *(string)*: Logout Username.
|
|
|
|
- **`token`** *(string)*: Token To be Expired.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`logoutTime`**: Logout Time. Refer to *[../type/basic.json#/definitions/dateTime](#/type/basic.json#/definitions/dateTime)*.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`refreshToken`** *(string)*: Refresh Token.
|
|
|
|
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
|