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

Struct GetTokenArgs

protocol/protocol.go:153–157  ·  view source on GitHub ↗

GetTokenArgs is a request value for the "getToken" kontrol method.

Source from the content-addressed store, hash-verified

151
152// GetTokenArgs is a request value for the "getToken" kontrol method.
153type GetTokenArgs struct {
154 KontrolQuery // kite to generate a token for
155
156 Force bool `json:"force"` // force creation of a new token
157}
158
159type WhoResult struct {
160 Query *KontrolQuery `json:"query"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected