public function getAuthenticatedUser()
 {
     $id = Authorizer::getResourceOwnerId();
     return $this->userRepository->with('client')->find($id);
 }