Initialization

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.

Language
Click Try It! to start a request and see the response here!