You are here

protected property OpenIDConnectClientBase::$httpClient in OpenID Connect / OAuth client 8

Same name and namespace in other branches
  1. 2.x src/Plugin/OpenIDConnectClientBase.php \Drupal\openid_connect\Plugin\OpenIDConnectClientBase::httpClient

The HTTP client to fetch the feed data with.

Type: \GuzzleHttp\ClientInterface

File

src/Plugin/OpenIDConnectClientBase.php, line 42

Class

OpenIDConnectClientBase
Base class for OpenID Connect client plugins.

Namespace

Drupal\openid_connect\Plugin

Code

protected $httpClient;