0

We are using OAuth1.0 for xero and now we have to change this to 2.0. To do the migration what is the first most step? Is there any code changes to existing application? We are using c# mvc

Shereen
  • 119
  • 1
  • 17

1 Answers1

2

There is a new Xero C# SDK for OAuth2.0 although you could also plug in any standard OAuth2.0 or OpenID Connect library.

Adam Moore
  • 371
  • 1
  • 5