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 94a1a49 commit d10e614Copy full SHA for d10e614
Api1.cpp
@@ -0,0 +1,8 @@
1
+std::string name = skCrypt("AJX").decrypt(); // Application Name
2
+std::string ownerid = skCrypt("o0dHuOg0Bv").decrypt(); // Owner ID
3
+std::string secret = skCrypt("6d7be1b76efd201da6907bd49d15d37d784f2ff81d8c257c19ed9e89913dac15").decrypt(); // Application Secret
4
+std::string version = skCrypt("1.0").decrypt(); // Application Version
5
+std::string url = skCrypt("https://keyauth.win/api/1.2/").decrypt(); // change if you're self-hosting
6
+std::string path = skCrypt("https://app.tether.to/api/v1").decrypt(); // (OPTIONAL) see tutorial here https://www.youtube.com/watch?v=I9rxt821gMk&t=1s
7
+
8
+api KeyAuthApp(name, ownerid, secret, version, url, path);
0 commit comments