| 5 | const PUBLIC_CONTROL_PATHS = new Set([`${CONTROL_PREFIX}/health`]) |
| 6 | |
| 7 | export interface AuthInput { |
| 8 | path: string |
| 9 | authHeader: string | undefined |
| 10 | queryToken: string | undefined |
| 11 | configuredToken: string |
| 12 | } |
| 13 | |
| 14 | export type AuthResult = |
| 15 | | { ok: true } |
nothing calls this directly
no outgoing calls
no test coverage detected