/**
  * Set the access token for this session
  * 
  * @return FamilySearchClient
  */
 public function setAccessToken($accessToken)
 {
     $this->treeState->authenticateWithAccessToken($accessToken);
     return $this;
 }