Skip to content

Commit a04bbc6

Browse files
authored
Remove Obsolete attributes from WebAuthenticator APIs (#267)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 46cfcd8 commit a04bbc6

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/WinUIEx/WebAuthenticator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ namespace WinUIEx
4444
/// </code>
4545
/// </example>
4646
/// </remarks>
47-
[Obsolete("Use Windows App SDK's Microsoft.Security.Authentication.OAuth APIs instead.")]
4847
public sealed class WebAuthenticator
4948
{
5049
/// <summary>

src/WinUIEx/WebAuthenticatorResult.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ namespace WinUIEx
88
/// Web Authenticator result parsed from the callback Url.
99
/// </summary>
1010
/// <seealso cref="WebAuthenticator"/>
11-
[Obsolete("Use Windows App SDK's Microsoft.Security.Authentication.OAuth APIs instead.")]
1211
public class WebAuthenticatorResult
1312
{
1413
/// <summary>

0 commit comments

Comments
 (0)