Microsoft.Identity.Client.PlatformsCommon.Factories.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);
}
}