wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
340 stars 130 forks source link

Remove Auth Properties from WordPressClient #291

Closed ThomasPe closed 2 years ago

ThomasPe commented 2 years ago

Since we're just exposing the Auth Settings of the Auth SubClient in the WordPressClient I propose we remove them and just make the properties inside the Auth client public.

Thoughts @navjot50?

navjot50 commented 2 years ago

Yes, it was also my thought when I did some changes related to Auth. I can issue a PR for this.

ThomasPe commented 2 years ago

appreciated!