UNPKG

claude-flow

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

13 lines 410 B
import type { BrokerOptions } from "../msal/nodeFlows/brokerOptions.js"; /** * Configuration options for InteractiveBrowserCredential * to support WAM Broker Authentication. */ export interface BrokerAuthOptions { /** * Options to allow broker authentication when using InteractiveBrowserCredential * */ brokerOptions?: BrokerOptions; } //# sourceMappingURL=brokerAuthOptions.d.ts.map