Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
705 B
Markdown
Raw Permalink Normal View History

---
title: jwtAuth
slug: /main-concepts/metadata-standard/schemas/auth/jwtauth
---
# JWTAuthMechanism
*User/Bot JWTAuthMechanism.*
## Properties
- **`JWTToken`** *(string, format: password)*: JWT Auth Token.
- **`JWTTokenExpiry`**: Refer to *[#/definitions/JWTTokenExpiry](#definitions/JWTTokenExpiry)*.
- **`JWTTokenExpiresAt`**: JWT Auth Token expiration time. Refer to *[../type/basic.json#/definitions/timestamp](#/type/basic.json#/definitions/timestamp)*.
## Definitions
- **`JWTTokenExpiry`** *(string)*: JWT Auth Token expiration in days. Must be one of: `["OneHour", "1", "7", "30", "60", "90", "Unlimited"]`.
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.