TokenFromKeyring will retrieve the auth token for the given hostname, only searching in encrypted storage.
(hostname string)
| 153 | |
| 154 | // TokenFromKeyring will retrieve the auth token for the given hostname, only searching in encrypted storage. |
| 155 | TokenFromKeyring(hostname string) (token string, err error) |
| 156 | |
| 157 | // TokenFromKeyringForUser will retrieve the auth token for the given hostname and username, only searching |
| 158 | // in encrypted storage. |
no outgoing calls