I have a query that is hitting a secure service. My app is already validated and has a token. I would like to append the token in the query so when i execute the task it works.Bit I cant seeem to If i add it as var q = new esri.tasks.Query(); q.maxAllowableOffset = 0; q.returnGeometry = true; q.token = mytoken;
it just gets ignored.any ideas?thanks