/**
  * @return string
  */
 public function getAccessToken()
 {
     return $this->transport->getAccessToken();
 }