This may be a super simple thing to do but I have not quite figured out how to do this...
I am trying to add a nashorn script action to a zest script. That works really well but I want to be able to pass parameters to that nashorn script so that I can use them inside the script and be able to reuse the same nashorn script in other parts of the zest script.
Here is what I am trying to do:

So my question is:
* Is it possible to access `firstParameter` and `secondParameter` from inside the `Basic Authentication Script.js` script?
* If so, how can go about doing so?
* How would I pass a return value to `variableForScriptResult` in such a way that does not require me to store a value in a global variable to retrieve later (not a big deal if I have to).
No big deal if such a thing isn't possible, but it gives me the impression that it should be possible to do and I just don't know how to do it.
Thanks!