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
Hi,
I am trying to use jso to get google token, but the token returned from client.getToken(opts) .then((token) => { console.log("I got the token: ", token) }) ...
Hi,
I am trying to use jso to get google token, but the token returned from
client.getToken(opts) .then((token) => { console.log("I got the token: ", token) }) ...is undefined.
Please advise, thanks.