UNPKG

@microsoft/msgraph-sdk-core

Version:
6 lines 554 B
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