isSecured(); $response = new Response($request); $response->body = 'You have access to the secret'; return $response; } }