MCPcopy
hub / github.com/cloudfoundry/cli / GetLoginPrompts

Method GetLoginPrompts

command/v7/actor.go:124–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 GetInfoResponse() (v7action.Info, v7action.Warnings, error)
123 GetLatestActiveDeploymentForApp(appGUID string) (resources.Deployment, v7action.Warnings, error)
124 GetLoginPrompts() (map[string]coreconfig.AuthPrompt, error)
125 GetNewestReadyPackageForApplication(app resources.Application) (resources.Package, v7action.Warnings, error)
126 GetOrgUsersByRoleType(orgGUID string) (map[constant.RoleType][]resources.User, v7action.Warnings, error)
127 GetOrganizationByName(orgName string) (resources.Organization, v7action.Warnings, error)

Callers 2

authenticateMethod · 0.65
authenticateSSOMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected