You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 18:05:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			414 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			414 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"type": "object",
 | |
| 	"description": "TokenObject",
 | |
| 	"additionalProperties": false,
 | |
| 	"required": ["expires", "token"],
 | |
| 	"properties": {
 | |
| 		"expires": {
 | |
| 			"type": "number",
 | |
| 			"description": "Token Expiry Unix Time",
 | |
| 			"example": 1566540249,
 | |
| 			"minimum": 1
 | |
| 		},
 | |
| 		"token": {
 | |
| 			"type": "string",
 | |
| 			"description": "JWT Token",
 | |
| 			"example": "eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.ey...xaHKYr3Kk6MvkUjcC4"
 | |
| 		}
 | |
| 	}
 | |
| }
 |