
OAuth2 with WinForms
Hi developer community,
We have developed a .NET library that simplifies the communication with Xero's OAuth2 API.
It handles the complexities of OAuth2 for you and will get and refresh access tokens for you automatically.
It has built in login experience using an embedded browser.
This library can be used by any Windows .NET desktop application, however is most useful for applications using WinForms or WPF.
The library supports both Code Flow and PKCE Flow.
For more details, visit:
https://www.nuget.org/packages/AIKEJI.Xero.OAuth2
https://github.com/AIKEJI-AU/Xero.OAuth2.Docs
Hope it helps with your transition to OAuth2. : )
Request a trial licence here:
https://aikeji.com.au/products.html
Kind regards,
Alice
AIKEJI
Email: alice@aikeji.com.au
Web: www.aikeji.com.au
Linkedin: https://www.linkedin.com/in/xiyueh/
We have developed a .NET library that simplifies the communication with Xero's OAuth2 API.
It handles the complexities of OAuth2 for you and will get and refresh access tokens for you automatically.
It has built in login experience using an embedded browser.
This library can be used by any Windows .NET desktop application, however is most useful for applications using WinForms or WPF.
The library supports both Code Flow and PKCE Flow.
For more details, visit:
https://www.nuget.org/packages/AIKEJI.Xero.OAuth2
https://github.com/AIKEJI-AU/Xero.OAuth2.Docs
Hope it helps with your transition to OAuth2. : )
Request a trial licence here:
https://aikeji.com.au/products.html
Kind regards,
Alice
AIKEJI
Email: alice@aikeji.com.au
Web: www.aikeji.com.au
Linkedin: https://www.linkedin.com/in/xiyueh/
1
Replies

Very exciting - thanks Alice. So great to have you contribute open source to help other community developers. Documentation very well written!