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

Method Login

api/cloudcontroller/ccv3/root.go:94–96  ·  view source on GitHub ↗

Login returns the HREF of the login server.

()

Source from the content-addressed store, hash-verified

92
93// Login returns the HREF of the login server.
94func (info Root) Login() string {
95 return info.Links.Login.HREF
96}
97
98// ResourceLinks represents the information returned back from /v3.
99type ResourceLinks map[string]resources.APILink

Callers 1

SetTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected