KiteKey gives a kite key used to authenticate to kontrol and other kites.
()
| 243 | |
| 244 | // KiteKey gives a kite key used to authenticate to kontrol and other kites. |
| 245 | func (k *Kite) KiteKey() string { |
| 246 | k.configMu.RLock() |
| 247 | defer k.configMu.RUnlock() |
| 248 | |
| 249 | return k.Config.KiteKey |
| 250 | } |
| 251 | |
| 252 | // KontrolKey gives a Kontrol's public key. |
| 253 | // |
no outgoing calls