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

Struct Auth

client.go:188–192  ·  view source on GitHub ↗

Authentication is used when connecting a Client.

Source from the content-addressed store, hash-verified

186
187// Authentication is used when connecting a Client.
188type Auth struct {
189 // Type can be "kiteKey", "token" or "sessionID" for now.
190 Type string `json:"type"`
191 Key string `json:"key"`
192}
193
194// response is the type of the return value of Tell() and Go() methods.
195type response struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected