@microsoft/kiota-authentication-spfx
Version:
Authentication provider for using Kiota in SPFx solutions
12 lines • 541 B
JavaScript
/**
* -------------------------------------------------------------------------------------------
* 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-spfx";
}
}
//# sourceMappingURL=observabilityOptions.js.map