UNPKG

claude-flow

Version:

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

12 lines 450 B
import type { AccessToken, TokenCredential } from "@azure/core-auth"; /** * This credential will use the currently-logged-in user's login information via the Azure Power Shell command line tool. */ export declare class AzurePowerShellCredential implements TokenCredential { /** * Only available in Node.js */ constructor(); constructor(): Promise<AccessToken | null>; } //# sourceMappingURL=azurePowerShellCredential-browser.d.mts.map