You are here

public function HandleWebhookEvent::getKey in Acquia Content Hub 8.2

Get the key that was used to validate the request.

Return value

\Acquia\Hmac\KeyInterface The key.

File

src/Event/HandleWebhookEvent.php, line 106

Class

HandleWebhookEvent
An event for responding to incoming webhooks from the ContentHub Service.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getKey() {
  return $this->key;
}