(username string, password string, origin string)
| 10 | type UAAClient interface { |
| 11 | Authenticate(credentials map[string]string, origin string, grantType constant.GrantType) (string, string, error) |
| 12 | CreateUser(username string, password string, origin string) (uaa.User, error) |
| 13 | DeleteUser(userGuid string) (uaa.User, error) |
| 14 | GetAPIVersion() (string, error) |
| 15 | GetLoginPrompts() (map[string][]string, error) |
no outgoing calls
no test coverage detected