Register

Users require a token to register, only the owners and resellers can make them available for users to get access to

if (api.Register(username, password, license))
{
MessageBox.Show("Successfully logged in!" +Info.Expires, Auth.appName, MessageBoxButtons.OK, MessageBoxIcon.Information);
}

Last updated