HasActiveToken returns true when a token for the hostname is present.
(hostname string)
| 136 | type AuthConfig interface { |
| 137 | // HasActiveToken returns true when a token for the hostname is present. |
| 138 | HasActiveToken(hostname string) bool |
| 139 | |
| 140 | // ActiveToken will retrieve the active auth token for the given hostname, searching environment variables, |
| 141 | // general configuration, and finally encrypted storage. |
no outgoing calls