claude-flow
Version:
Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)
12 lines • 466 B
TypeScript
import { PlatformAuthRequest } from "./PlatformAuthRequest.js";
import { PlatformAuthResponse } from "./PlatformAuthResponse.js";
/**
* Interface for the Platform Broker Handlers
*/
export interface IPlatformAuthHandler {
constructor(): string | undefined;
constructor(): string | undefined;
constructor(): string | undefined;
constructor(request: PlatformAuthRequest): Promise<PlatformAuthResponse>;
}
//# sourceMappingURL=IPlatformAuthHandler.d.ts.map