2

I am attempting to update our C# integration oAuth2 as per Xero documentation.

I am attempting to use the sample code provided here:

https://github.com/XeroAPI/Xero-NetStandard/tree/oauth2/Xero.NetStandard.OAuth2Client

However, this sample code has a missing variable in the constructor: C# IHttpClientFactory

When I attempt to implement this sample code I get this compilation error:

There is no argument given that responds to the formal parameter IHttpClientFactory of XeroClient.XeroClient(XeroConfiguration, IHttpClientFactory)

0 Answers0