Is there a simple way to set and get a "global" variable?
I've got a login flow working, and after login in successfully, the API I'm using returns an "access token". Coming from an ObjectOriented approach, I'd just set an object that contains the token and...