UAA returns the HREF of the UAA server.
()
| 87 | |
| 88 | // UAA returns the HREF of the UAA server. |
| 89 | func (info Root) UAA() string { |
| 90 | return info.Links.UAA.HREF |
| 91 | } |
| 92 | |
| 93 | // Login returns the HREF of the login server. |
| 94 | func (info Root) Login() string { |
no outgoing calls
no test coverage detected