<PackageReference Include="Azure.Core" Version="1.53.0" />

Azure.Identity.HttpPipelineClientFactory

class HttpPipelineClientFactory : IMsalSFHttpClientFactory, IMsalHttpClientFactory
This class is an HttpClient factory which creates an HttpClient which delegates it's transport to an HttpPipeline, to enable MSAL to send requests through an Azure.Core HttpPipeline.
public HttpPipelineClientFactory(HttpPipeline pipeline, ClientOptions options = null)