Skip to content

Commit d10e614

Browse files
authored
Create Api1.cpp
1 parent 94a1a49 commit d10e614

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Api1.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)