(url: string)
| 403 | /** The hostname alone — a malformed URL yields "invalid" rather than leaking |
| 404 | * whatever string failed to parse. */ |
| 405 | const hostnameForTelemetry = (url: string): string => URL.parse(url)?.hostname ?? "invalid"; |
| 406 | |
| 407 | // --------------------------------------------------------------------------- |
| 408 | // oauth4webapi adapter helpers |
no outgoing calls
no test coverage detected