2023-12-13 14:03:08 +01:00
|
|
|
---
|
|
|
|
title: jwtAuth
|
2025-08-12 13:29:42 +05:30
|
|
|
slug: /main-concepts/metadata-standard/schemas/auth/jwtauth
|
2023-12-13 14:03:08 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
# JWTAuthMechanism
|
|
|
|
|
|
|
|
*User/Bot JWTAuthMechanism.*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`JWTToken`** *(string)*: JWT Auth Token.
|
|
|
|
- **`JWTTokenExpiry`**: Refer to *#/definitions/JWTTokenExpiry*.
|
2025-08-12 13:29:42 +05:30
|
|
|
- **`JWTTokenExpiresAt`**: JWT Auth Token expiration time. Refer to *../type/basic.json#/definitions/timestamp*.
|
2023-12-13 14:03:08 +01:00
|
|
|
## Definitions
|
|
|
|
|
2025-08-12 13:29:42 +05:30
|
|
|
- **`JWTTokenExpiry`** *(string)*: JWT Auth Token expiration in days. Must be one of: `['OneHour', '1', '7', '30', '60', '90', 'Unlimited']`.
|
2023-12-13 14:03:08 +01:00
|
|
|
|
|
|
|
|
2025-08-12 13:29:42 +05:30
|
|
|
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.
|