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

Struct Authenticate

cf/commands/auth.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type Authenticate struct {
17 ui terminal.UI
18 config coreconfig.ReadWriter
19 authenticator authentication.Repository
20}
21
22func init() {
23 commandregistry.Register(&Authenticate{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected