UsersForHost retrieves a list of users configured for a specific host.
(hostname string)
| 193 | |
| 194 | // UsersForHost retrieves a list of users configured for a specific host. |
| 195 | UsersForHost(hostname string) []string |
| 196 | |
| 197 | // TokenForUser retrieves the authentication token and its source for a specified user and hostname. |
| 198 | TokenForUser(hostname, user string) (token string, source string, err error) |
no outgoing calls