(port uint16)
| 47 | } |
| 48 | |
| 49 | func JWKSURL(port uint16) string { |
| 50 | return fmt.Sprintf("http://localhost:%d/v1/auth/certs", port) |
| 51 | } |
| 52 | |
| 53 | func TokenURL(port uint16) string { |
| 54 | return fmt.Sprintf("http://localhost:%d/v1/auth/token", port) |
no outgoing calls