You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ClientContext Update() method accepts some 'token'. I presume it should be the one that's returned from NewClientContext() method as 'outputToken'.
However, when I do pass the 'outputToken' to the Update() method it throws the 'The token supplied to the function is invalid' error.
What would be the correct input 'token' for the Update() method, how should the user prepare such a correct 'token'?
The text was updated successfully, but these errors were encountered:
The ClientContext Update() method accepts some 'token'. I presume it should be the one that's returned from NewClientContext() method as 'outputToken'.
However, when I do pass the 'outputToken' to the Update() method it throws the 'The token supplied to the function is invalid' error.
What would be the correct input 'token' for the Update() method,
Your description matches how this code was supposed to be used.
how should the user prepare such a correct 'token'?
The ClientContext Update() method accepts some 'token'. I presume it should be the one that's returned from NewClientContext() method as 'outputToken'.
However, when I do pass the 'outputToken' to the Update() method it throws the 'The token supplied to the function is invalid' error.
What would be the correct input 'token' for the Update() method, how should the user prepare such a correct 'token'?
The text was updated successfully, but these errors were encountered: