()
| 22 | type AuthActor interface { |
| 23 | Authenticate(credentials map[string]string, origin string, grantType constant.GrantType) error |
| 24 | GetLoginPrompts() (map[string]coreconfig.AuthPrompt, error) |
| 25 | GetCurrentUser() (configv3.User, error) |
| 26 | } |
| 27 |
no outgoing calls
no test coverage detected