This site uses cookies to enhance user experience. See Privacy Policy.
Use this method to check the current access token:
client.getAccessToken();
The response will be an string with the access token value.
var accessToken = client.getAccessToken();