You are here

protected property Subscriber::$authentications in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber.php \Zend\Feed\PubSubHubbub\Subscriber::authentications

An array of authentication credentials for HTTP Basic Authentication if required by specific Hubs. The array is indexed by Hub Endpoint URI and the value is a simple array of the username and password to apply.

Type: array

File

vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber.php, line 104

Class

Subscriber

Namespace

Zend\Feed\PubSubHubbub

Code

protected $authentications = [];