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

Struct UAARepository

cf/api/authentication/authentication.go:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type UAARepository struct {
41 config coreconfig.ReadWriter
42 gateway net.Gateway
43 dumper net.RequestDumper
44}
45
46var ErrPreventRedirect = errors.New("prevent-redirect")
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected