claude-flow
Version:
Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)
12 lines • 478 B
TypeScript
import type { AccessToken, TokenCredential } from "@azure/core-auth";
/**
* Enables authentication to Microsoft Entra ID using the [On Behalf Of flow](https://learn.microsoft.com/entra/identity-platform/v2-oauth2-on-behalf-of-flow).
*/
export declare class OnBehalfOfCredential implements TokenCredential {
/**
* Only available in Node.js
*/
constructor();
constructor(): Promise<AccessToken | null>;
}
//# sourceMappingURL=onBehalfOfCredential-browser.d.mts.map