You are here

public function Subscriber::getAuthentications 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::getAuthentications()

Get all hub URL authentication credentials

Return value

array

File

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

Class

Subscriber

Namespace

Zend\Feed\PubSubHubbub

Code

public function getAuthentications() {
  return $this->authentications;
}