Use this method to refresh the accessToken and receive a new access token:
client.refreshAccessToken();
client.refreshAccessToken().then(function (response) { var sessionToken = response.sessionToken; });