UNPKG

@azure/identity

Version:

Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID

6 lines 219 B
import type { CredentialLogger } from "./logging.js"; /** * @internal */ export declare function checkSubscription(logger: CredentialLogger, subscription: string): void; //# sourceMappingURL=subscriptionUtils.d.ts.map