@microsoft/kiota-authentication-spfx
Version:
Authentication provider for using Kiota in SPFx solutions
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