MCPcopy Create free account
hub / github.com/koding/kite / KiteClaims

Struct KiteClaims

kitekey/kitekey.go:23–27  ·  view source on GitHub ↗

KiteClaims represents JWT token claims extended with kontrolKey claim.

Source from the content-addressed store, hash-verified

21
22// KiteClaims represents JWT token claims extended with kontrolKey claim.
23type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected