dotnet / dotnet-maui-api-docs

.NET Multi-platform App UI (.NET MAUI) reference documentation.
https://docs.microsoft.com/dotnet/api/
Creative Commons Attribution 4.0 International
18 stars 6 forks source link

Add documentation for AuthenticateAsync exceptions #73

Closed peterfoot closed 8 months ago

peterfoot commented 8 months ago

If the user cancels the authentication process this method throws a TaskCanceledException. This PR adds the missing documentation for this. This relates to issue #72

davidbritch commented 8 months ago

Hi @peterfoot

Thanks for the PR - much appreciated. However, the documentation for APIs is built from /// in the dotnet/maui repository. Therefore, any API documentation updates should be made to the /// in that repo.

Thanks!

peterfoot commented 8 months ago

Thanks, looks like @jfversluis has already incorporated the change there. I'll close this.