@microsoft/msgraph-sdk-core
Version:
Core functionalities for the Microsoft Graph JavaScript SDK
6 lines • 554 B
TypeScript
import { GetTokenOptions, TokenCredential } from "@azure/core-auth";
import { AzureIdentityAuthenticationProvider, type ObservabilityOptions } from "@microsoft/kiota-authentication-azure";
export declare class GraphAzureIdentityAuthenticationProvider extends AzureIdentityAuthenticationProvider {
constructor(credentials: TokenCredential, scopes?: string[], options?: GetTokenOptions, allowedHosts?: Set<string>, observabilityOptions?: ObservabilityOptions, isCaeEnabled?: boolean);
}
//# sourceMappingURL=AzureIdentityAuthenticationProvider.d.ts.map