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
std::string name = skCrypt("name").decrypt();// App name
20
+
std::string ownerid = skCrypt("ownerid").decrypt();// Account ID
21
+
std::string version = skCrypt("1.0").decrypt();// Application version. Used for automatic downloads see video here https://www.youtube.com/watch?v=kW195PLCBKs
21
22
std::string url = skCrypt("https://keyauth.win/api/1.3/").decrypt(); // change if using KeyAuth custom domains feature
22
-
std::string path = skCrypt("").decrypt(); //optional, set a path if you're using the token validation setting
23
+
std::string path = skCrypt("").decrypt(); // (OPTIONAL) see tutorial here https://www.youtube.com/watch?v=I9rxt821gMk&t=1s
24
+
23
25
24
26
api KeyAuthApp(name, ownerid, version, url, path);
0 commit comments