ActiveTokenType reports what kind of credential the active token for the hostname is, so a caller can decide whether it will do without handling the token itself.
(hostname string)
| 145 | // hostname is, so a caller can decide whether it will do without handling |
| 146 | // the token itself. |
| 147 | ActiveTokenType(hostname string) TokenType |
| 148 | |
| 149 | // HasEnvToken returns true when a token has been specified in an environment variable, else returns false. |
| 150 | HasEnvToken() bool |
no outgoing calls