We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cfcd8 commit a04bbc6Copy full SHA for a04bbc6
2 files changed
src/WinUIEx/WebAuthenticator.cs
@@ -44,7 +44,6 @@ namespace WinUIEx
44
/// </code>
45
/// </example>
46
/// </remarks>
47
- [Obsolete("Use Windows App SDK's Microsoft.Security.Authentication.OAuth APIs instead.")]
48
public sealed class WebAuthenticator
49
{
50
/// <summary>
src/WinUIEx/WebAuthenticatorResult.cs
@@ -8,7 +8,6 @@ namespace WinUIEx
8
/// Web Authenticator result parsed from the callback Url.
9
/// </summary>
10
/// <seealso cref="WebAuthenticator"/>
11
12
public class WebAuthenticatorResult
13
14
0 commit comments