Variables
The server sided variables store your strings server-sided. This makes it so your application can call them from the server after a successful login with one function. This is an exclusive feature to Auth.GG and it protects your strings from being decompiled and is a major security improvement.
Read our article on Forbes for more information.
Initial Setup:
/* Argument in order: variable secret key */
/* Username and password is required as the user must be logged in to retrieve variables */
string variable1 = App.GrabVariable("PutVariableSecretHere");
Last updated
Was this helpful?