Hi,
I have a page on my back end with a pretty graphic, depending on the user that has logged in. In Dropsource I display this as a WebView, however when I display the url, it shows the error “missing token” as expected, as the WebView was never provided the token for the page to authenticate.
How do I send the accessToken to the WebView request so that the WebView displays content specific to the user that has logged in to the app?
Thanks in advance for your help.