KiteClaims represents JWT token claims extended with kontrolKey claim.
| 21 | |
| 22 | // KiteClaims represents JWT token claims extended with kontrolKey claim. |
| 23 | type KiteClaims struct { |
| 24 | jwt.StandardClaims |
| 25 | KontrolKey string `json:"kontrolKey,omitempty"` |
| 26 | KontrolURL string `json:"kontrolURL,omitempty"` |
| 27 | } |
| 28 | |
| 29 | // KiteHome returns the home path of Kite directory. |
| 30 | // The returned value can be overridden by setting KITE_HOME environment variable. |
nothing calls this directly
no outgoing calls
no test coverage detected