MCPcopy Index your code
hub / github.com/cloudfoundry/cli / GetLoginPrompts

Method GetLoginPrompts

actor/v7action/actor.go:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22type 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

Callers 3

prompts_test.goFile · 0.65
k8s_auth_test.goFile · 0.65
GetLoginPromptsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected