Variables

Variables make your application extremely secure, and we strongly advise you to use them.

The server-side variables save your strings on the server. This allows your application to contact them from the server upon a successful login with a single function.

C#
/* The user must be logged in to obtain variables */
string variable1 = App.GrabVariable("PutVariableSecretHere");

Last updated