mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-12 03:29:53 +00:00

* Updated generate_docs_schema * Updated generate_docs_schema * Updated generate_docs_schema * applied generate_docs_schema script * Revert the changes in this file --------- Co-authored-by: Tarun <tarun.p@deuexsolutions.com> Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
705 B
705 B
title | slug |
---|---|
jwtAuth | /main-concepts/metadata-standard/schemas/auth/jwtauth |
JWTAuthMechanism
User/Bot JWTAuthMechanism.
Properties
JWTToken
(string, format: password): 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:["OneHour", "1", "7", "30", "60", "90", "Unlimited"]
.
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.