()
| 30 | import { buildRedirectUri, findAvailablePort } from './oauthPort.js' |
| 31 | |
| 32 | export function isXaaEnabled(): boolean { |
| 33 | return isEnvTruthy(process.env.CLAUDE_CODE_ENABLE_XAA) |
| 34 | } |
| 35 | |
| 36 | export type XaaIdpSettings = { |
| 37 | issuer: string |
no test coverage detected