2023-04-25 16:58:47 +02:00
|
|
|
---
|
|
|
|
title: jwtAuth
|
2023-08-27 10:55:55 +02:00
|
|
|
slug: /main-concepts/metadata-standard/schemas/auth/jwtauth
|
2023-04-25 16:58:47 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
# JWTAuthMechanism
|
|
|
|
|
|
|
|
*User/Bot JWTAuthMechanism.*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`JWTToken`** *(string)*: JWT Auth Token.
|
|
|
|
- **`JWTTokenExpiry`**: Refer to *#/definitions/JWTTokenExpiry*.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`JWTTokenExpiresAt`**: JWT Auth Token expiration time. Refer to *../type/basic.json#/definitions/timestamp*.
|
2023-04-25 16:58:47 +02:00
|
|
|
## Definitions
|
|
|
|
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`JWTTokenExpiry`** *(string)*: JWT Auth Token expiration in days. Must be one of: `['OneHour', '1', '7', '30', '60', '90', 'Unlimited']`.
|
2023-04-25 16:58:47 +02:00
|
|
|
|
|
|
|
|
2023-10-28 00:07:31 +05:30
|
|
|
Documentation file automatically generated at 2023-10-27 13:55:46.343512.
|