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 e35cf08 commit c051cd6Copy full SHA for c051cd6
com.playeveryware.eos/Runtime/Core/EOS_SDK_Additions/EOSClientCredentials.cs
@@ -26,7 +26,7 @@
26
namespace PlayEveryWare.EpicOnlineServices
27
{
28
using Newtonsoft.Json;
29
- using PlayEveryWare.EpicOnlineServices.Utility;
+ using Utility;
30
using System;
31
using System.Security.Cryptography;
32
using System.Text.RegularExpressions;
@@ -83,6 +83,7 @@ public static bool IsEncryptionKeyValid(string encryptionKey)
83
!s_invalidEncryptionKeyRegex.Match(encryptionKey).Success;
84
}
85
86
+ [JsonIgnore]
87
public bool IsComplete
88
89
get
0 commit comments