We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be62947 commit 1de7edbCopy full SHA for 1de7edb
articles/quickstart/native/wpf-winforms/files/mainwindow.md
@@ -20,7 +20,7 @@ public partial class MainWindow : Window
20
{
21
Auth0ClientOptions clientOptions = new Auth0ClientOptions
22
23
- Domain = "${account.namespace}"
+ Domain = "${account.namespace}",
24
ClientId = "${account.clientId}"
25
};
26
client = new Auth0Client(clientOptions);
0 commit comments