2022-07-14 10:14:14 +02:00
|
|
|
---
|
|
|
|
title: jwtAuth
|
2022-07-14 14:13:00 +02:00
|
|
|
slug: /main-concepts/metadata-standard/schemas/entity/teams/authn/jwtauth
|
2022-07-14 10:14:14 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
# JWTAuthMechanism
|
|
|
|
|
|
|
|
*User/Bot JWTAuthMechanism.*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`JWTToken`** *(string)*: JWT Auth Token.
|
|
|
|
- **`JWTTokenExpiry`**: Refer to *#/definitions/JWTTokenExpiry*.
|
|
|
|
- **`JWTTokenExpiresAt`**: JWT Auth Token expiration time. Refer to *../../../type/basic.json#/definitions/timestamp*.
|
|
|
|
## Definitions
|
|
|
|
|
|
|
|
- **`JWTTokenExpiry`** *(string)*: JWT Auth Token expiration in days. Must be one of: `['7', '30', '60', '90', 'Unlimited']`.
|
|
|
|
|
|
|
|
|
2022-07-14 14:13:00 +02:00
|
|
|
Documentation file automatically generated at 2022-07-14 10:51:34.749986.
|