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

Struct cachedToken

kontrol/kontrol.go:528–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528type cachedToken struct {
529 signed string
530 timer *time.Timer
531}
532
533func (t *token) String() string {
534 return t.audience + t.username + t.issuer + t.keyPair.ID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected