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

Method AddAuthenticator

kontrol/kontrol.go:214–216  ·  view source on GitHub ↗
(keyType string, fn func(*kite.Request) error)

Source from the content-addressed store, hash-verified

212}
213
214func (k *Kontrol) AddAuthenticator(keyType string, fn func(*kite.Request) error) {
215 k.Kite.Authenticators[keyType] = fn
216}
217
218// DeleteKeyPair deletes the key with the given id or public key. (One of them
219// can be empty)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected