eZ\Publish\Core\REST\Server\Security\RestAuthenticator::handle PHP Method

handle() public method

Doesn't do anything as we don't use this service with main Firewall listener.
public handle ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent
    public function handle(GetResponseEvent $event)
    {
        return;
    }