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