UNPKG

claude-flow

Version:

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

9 lines 267 B
import { ServerResponseType } from "../utils/Constants.js"; /** * Options for the OIDC protocol mode. */ export type OIDCOptions = { serverResponseType?: ServerResponseType; defaultScopes?: Array<string>; }; //# sourceMappingURL=OIDCOptions.d.ts.map