UNPKG

@microsoft/kiota-authentication-azure

Version:

Authentication provider for Kiota using Azure Identity

12 lines 542 B
/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ export class ObservabilityOptionsImpl { getTracerInstrumentationName() { return "@microsoft/kiota-authentication-azure"; } } //# sourceMappingURL=observabilityOptions.js.map