@microsoft/kiota-authentication-azure
Version:
Authentication provider for Kiota using Azure Identity
13 lines • 615 B
TypeScript
/**
* -------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
* See License in the project root for license information.
* -------------------------------------------------------------------------------------------
*/
export interface ObservabilityOptions {
getTracerInstrumentationName(): string;
}
export declare class ObservabilityOptionsImpl implements ObservabilityOptions {
getTracerInstrumentationName(): string;
}
//# sourceMappingURL=observabilityOptions.d.ts.map