Login

C#

if (api.Login(username, password))
{
    // Your code or method where your program will go after being logged
}

Last updated