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

Method OAuthClient

api/cloudcontroller/ccv3/root.go:79–81  ·  view source on GitHub ↗

OAuthClient returns the oauth client ID of the SSH proxy that brokers connections to application instances.

()

Source from the content-addressed store, hash-verified

77// OAuthClient returns the oauth client ID of the SSH proxy that brokers
78// connections to application instances.
79func (info Root) OAuthClient() string {
80 return info.Links.AppSSH.Meta.OAuthClient
81}
82
83// Routing returns the HREF of the routing API.
84func (info Root) Routing() string {

Callers 1

root_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected