<PackageReference Include="Microsoft.Identity.Client" Version="4.84.2-preview3-mtls-pop-host-check" />

Microsoft.Identity.Client.PlatformsCommon.Factories.PlatformProxyFactory

static class PlatformProxyFactory
Returns the platform / os specific implementation of a PlatformProxy.
namespace Microsoft.Identity.Client.PlatformsCommon.Factories { internal static class PlatformProxyFactory { public static IPlatformProxy CreatePlatformProxy(ILoggerAdapter logger); } }