post https://keyauth.win/api/1.2/?type=&ver=&name=&ownerid=
What is this?
The initialization "init" function is the main function for KeyAuth. This is what makes it possible to make requests.
Code Example
KeyAuthApp.Init();
This must be added before any other KeyAuth function is called. If you attempt to call any KeyAuth function before running this code, the application will quit.