Are users Butel license keys stored on Radio Reference in their accounts?
No. Stored on the user computer.
This code is executed when logging in to the RRDB then the authInfo is sent with each request.
{
authInfo = new com.radioreference.api.authInfo();
authInfo.username = "MyName";
authInfo.password = "MyPassword";
authInfo.appKey = "MyDeveloperKey";
authInfo.version = "15";
authInfo.style = "rpc";
}
This is ProScan specific but all software that imports from the RRDB uses the same APIs