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.
2 parents 1af8f37 + 4630fe2 commit b82fcc1Copy full SHA for b82fcc1
Console/KeyAuth.cs
@@ -11,9 +11,10 @@
11
using System.Collections.Generic;
12
using System.Security.Cryptography.X509Certificates;
13
using System.Net.Security;
14
-using System.Windows;
+using Newtonsoft.Json;
15
using System.Threading;
16
using System.Runtime.CompilerServices;
17
+using Newtonsoft.Json.Linq;
18
19
namespace KeyAuth
20
{
Form/KeyAuth.cs
0 commit comments