Sending URL Parameters - why is this not working?

For the life of me I can't figure out why the value is not attaching itself to the URL parameters I'm defining. I'm getting a token from a login screen and attaching it as the URL param "Token". But the Token value is never showing up. I'm doing this from a button upon submission. What could I possible be doing wrong?

You should probably delay the utils.openApp handler by 500 (ms) to give it a chance to see the value.... Use Debounce in the event handler