xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

Setting IsNonceNeeded and ResponseType in OAuth2Authenticator #340

Open suyashgupta25 opened 5 years ago

suyashgupta25 commented 5 years ago

Xamarin.Auth Issue

IF BUG, INCLUDE THIS PART:

Version

Platform:

Expected behaviour

authenticator.IsNonceNeeded and authenticator.ResponseType were available in v1.6.0.1

Actual behaviour

After updating it to v1.6.0.3 the api is throwing error.

Feature description

I am new to OAuth Please help me what I am doing wrong. Here is the screenshot:

screenshot 2018-11-09 at 4 16 19 pm

newky2k commented 5 years ago

@suyashgupta25 I've checked the code and even decompiled the 1.6.0.1 assembly from nuget and I cannot find those properties on the OAuth2Authenticator class at all.

What platfrom are you using? Do you have an example project, using 1.6.0.1, that works that you can send us please?

Regards