mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 02:29:03 +00:00 
			
		
		
		
	
		
			
	
	
		
			21 lines
		
	
	
		
			606 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			21 lines
		
	
	
		
			606 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | --- | ||
|  | title: jwtAuth | ||
|  | slug: /main-concepts/metadata-standard/schemas/auth/jwtauth | ||
|  | --- | ||
|  | 
 | ||
|  | # 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: `['OneHour', '1', '7', '30', '60', '90', 'Unlimited']`. | ||
|  | 
 | ||
|  | 
 | ||
|  | Documentation file automatically generated at 2023-10-27 13:55:46.343512. |