How can I get values of returned “oauth_access_token” and “oauth_bridge_code” with JS Api (“T”)
For example :
if (T.isConnected()) {
T.getAuthToken() // <— Assumption! (I want to know if s there any function like that?!
}
Is there any method or variable to get this values?
And, is there any full reference for JS API?
Thanks!