예제 #1
0
 /**
  * @param JwtContext $context
  * @return Response
  */
 protected function sendContent(JwtContext $context)
 {
     return new Response((string) $context->getResponseToken());
 }