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();