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

Struct OAuthToken

cf/commands/oauth_token.go:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type OAuthToken struct {
15 ui terminal.UI
16 config coreconfig.ReadWriter
17 authRepo authentication.Repository
18 pluginModel *plugin_models.GetOauthToken_Model
19 pluginCall bool
20}
21
22func init() {
23 commandregistry.Register(&OAuthToken{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected