()
| 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 | |
| 28 | // Actor represents a V7 actor. |
no outgoing calls
no test coverage detected