/** * Get the users details stored in Session * * @return array */ public function getUser() { return $this->provider->getUser(); }