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

Struct Auth

protocol/protocol.go:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122type Auth struct {
123 // Type can be "kiteKey", "token" or "sessionID" for now.
124 Type string `json:"type"`
125 Key string `json:"key"`
126}
127
128// RegisterResult is a response to Register request from Kite to Kontrol.
129type RegisterResult struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected