xamarin / Essentials

Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
https://aka.ms/xamarin-upgrade
Other
1.52k stars 506 forks source link

Update WebAuthenticator.xml to document exception types #2129

Closed peterfoot closed 7 months ago

peterfoot commented 7 months ago

AuthenticateAsync throws a TaskCanceledException if the user aborts the process. This should be included in the documentation

Description of Change

Added documentation for the exception thrown when users cancel the process.

Bugs Fixed

None - documentation fix only.

API Changes

None - documentation fix only.

Behavioral Changes

None - documentation fix only.

PR Checklist