api.getPrefs({ key : 'Password' }, function(ret, err) { password = ret.value; });
var password = api.getPrefs({ sync : true, key : 'Password' });