TokenFromKeyring will retrieve the auth token for the given hostname, only searching in encrypted storage.
(hostname string)
| 115 | |
| 116 | // TokenFromKeyring will retrieve the auth token for the given hostname, only searching in encrypted storage. |
| 117 | TokenFromKeyring(hostname string) (token string, err error) |
| 118 | |
| 119 | // TokenFromKeyringForUser will retrieve the auth token for the given hostname and username, only searching |
| 120 | // in encrypted storage. |
no outgoing calls