You are here

protected property CasProxyHelper::$httpClient in CAS 2.x

Same name and namespace in other branches
  1. 8 src/Service/CasProxyHelper.php \Drupal\cas\Service\CasProxyHelper::httpClient

The Guzzle HTTP client used to make ticket validation request.

Type: \GuzzleHttp\Client

File

src/Service/CasProxyHelper.php, line 26

Class

CasProxyHelper
Default implementation of 'cas.proxy_helper' service.

Namespace

Drupal\cas\Service

Code

protected $httpClient;