You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/wpf-winforms-tutorial.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Using Auth0 with WPF or Winforms
2
2
3
-
This tutorial explains how to integrate Auth0 with a WPF or Winforms application. `Auth0.WinformsWPF` helps you authenticate users with any [Auth0 supported identity provider](identityproviders).
3
+
This tutorial explains how to integrate Auth0 with a WPF or Winforms application. `Auth0.WinformsOrWPF` helps you authenticate users with any [Auth0 supported identity provider](identityproviders).
4
4
5
5
## Tutorial
6
6
7
-
### 1. Install Auth0.WinformsWPF NuGet package
7
+
### 1. Install Auth0.WinformsOrWPF NuGet package
8
8
9
-
Use the NuGet Package Manager (Tools -> Library Package Manager -> Package Manager Console) to install the Auth0.WinformsWPF package, running the command:
9
+
Use the NuGet Package Manager (Tools -> Library Package Manager -> Package Manager Console) to install the Auth0.WinformsOrWPF package, running the command:
> For __WPF__ apps you should use `auth0.LoginAsync(new WindowWrapper(new WindowInteropHelper(this).Handle))` instead of `auth0.LoginAsync (this)`
55
+
54
56
#### Option 2: Authentication with your own UI
55
57
56
58
If you know which identity provider you want to use, you can add a `connection` parameter to the constructor and the user will be sent straight to the specified `connection`:
0 commit comments