xamarin / Xamarin.Auth

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

Check ShowErrors before showing UI error message #353

Closed Pandalink closed 5 years ago

Pandalink commented 5 years ago

Check Authenticator's ShowErrors before showing a UIAlertView to the user. At the moment ShowErrors only suppresses some errors (specifically from the OAuth flow itself), but ShowErrors being false should suppress all UI errors (such as the https scheme warning on native UI).