MCPcopy Create free account
hub / github.com/cloudfoundry/cli / Authenticate

Method Authenticate

actor/v7action/actor.go:23–23  ·  view source on GitHub ↗
(credentials map[string]string, origin string, grantType constant.GrantType)

Source from the content-addressed store, hash-verified

21
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}

Callers 4

auth_test.goFile · 0.65
k8s_auth_test.goFile · 0.65
AuthenticateMethod · 0.65
auth_test.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected