Skip to content

Commit

Permalink
Small fix for WebAuthenticator TaskCanceledException API docs (#21040)
Browse files Browse the repository at this point in the history
Removes the part of the API documentation for WebAuthenticator so that it's not specific to Windows. This exception gets thrown on all platforms, not just Windows.
  • Loading branch information
jfversluis committed Mar 6, 2024
1 parent f8c6053 commit f76cc06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public interface IWebAuthenticator
/// </summary>
/// <param name="webAuthenticatorOptions">A <see cref="WebAuthenticatorOptions"/> instance containing additional configuration for this authentication call.</param>
/// <returns>A <see cref="WebAuthenticatorResult"/> object with the results of this operation.</returns>
/// <exception cref="TaskCanceledException">Windows: Thrown when the user canceled the authentication flow.</exception>
/// <exception cref="TaskCanceledException">Thrown when the user canceled the authentication flow.</exception>
/// <exception cref="HttpRequestException">Windows: Thrown when a HTTP Request error occured.</exception>
/// <exception cref="Exception">Windows: Thrown when a unexpected HTTP response was received.</exception>
/// <exception cref="FeatureNotSupportedException">iOS/macOS: Thrown when iOS version is less than 13 is used or macOS less than 13.1 is used.</exception>
Expand Down

0 comments on commit f76cc06

Please sign in to comment.