anthonyreilly / NetCoreForce

Salesforce REST API toolkit for .NET Standard and .NET Core
MIT License
111 stars 64 forks source link

Let HttpClient be injected in AuthenticationClient #42

Open senj opened 2 years ago

senj commented 2 years ago

For things like retries, proxies etc. please let us inject HttpClient in AuthenticationClient class

kvansaders commented 2 months ago

Looks like it's already here. https://github.com/anthonyreilly/NetCoreForce/blob/1fcb39881e90374ae867f963066e6ae52d9e2aec/src/NetCoreForce.Client/AuthenticationClient.cs#L38