Example #1
0
 /**
  * @return $this
  */
 public function getAccount()
 {
     $profile = Request::getProfile($this->getToken(), $this->getSecure());
     $this->setProfile($profile);
     return $this;
 }