Login

Login with username & password

What is this?

The login function allows users to access the application.

Code Example

KeyAuthApp.Login(username, password);

The parameters for the login function are "username" and "password". They are both a string, so however you would like to pass the data to it, as long as it's a string, it will work.

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