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 pass that around where ever I needed it. That doesn't seem to be the paradigm with Roku/ScreenGraph.
Is there anyway to set that token after it's retrieved, and be able to access it easily in other parts of the program?