Anhskohbo\NoCaptcha\NoCaptcha::verifyRequest PHP Method

verifyRequest() public method

Verify no-captcha response by Symfony Request.
public verifyRequest ( Request $request ) : boolean
$request Symfony\Component\HttpFoundation\Request
return boolean
    public function verifyRequest(Request $request)
    {
        return $this->verifyResponse($request->get('g-recaptcha-response'), $request->getClientIp());
    }