UsersForHost retrieves a list of users configured for a specific host.
(hostname string)
| 149 | |
| 150 | // UsersForHost retrieves a list of users configured for a specific host. |
| 151 | UsersForHost(hostname string) []string |
| 152 | |
| 153 | // TokenForUser retrieves the authentication token and its source for a specified user and hostname. |
| 154 | TokenForUser(hostname, user string) (token string, source string, err error) |
no outgoing calls