Example #1
0
 public function auth(RestServer $rest)
 {
     $rest->getResponse()->setResponse($rest->getAuthenticator()->getUser());
 }