<PackageReference Include="Microsoft.Identity.Client" Version="4.83.3" />

Microsoft.Identity.Client.Internal.IServiceBundle

interface IServiceBundle
namespace Microsoft.Identity.Client.Internal { internal interface IServiceBundle { ApplicationConfiguration Config { get; } ILoggerAdapter ApplicationLogger { get; } IHttpManager HttpManager { get; } IInstanceDiscoveryManager InstanceDiscoveryManager { get; } IPlatformProxy PlatformProxy { get; } IWsTrustWebRequestManager WsTrustWebRequestManager { get; } IDeviceAuthManager DeviceAuthManager { get; } IThrottlingProvider ThrottlingManager { get; } IHttpTelemetryManager HttpTelemetryManager { get; } void SetPlatformProxyForTest(IPlatformProxy platformProxy); } }