(port uint16)
| 51 | } |
| 52 | |
| 53 | func TokenURL(port uint16) string { |
| 54 | return fmt.Sprintf("http://localhost:%d/v1/auth/token", port) |
| 55 | } |
| 56 | |
| 57 | func AuthURL(port uint16) string { |
| 58 | return fmt.Sprintf("http://localhost:%d/v1/auth/authorize", port) |
no outgoing calls
no test coverage detected