/**
  * Get the access token for this session
  * 
  * @return string
  */
 public function getAccessToken()
 {
     return $this->treeState->getAccessToken();
 }