Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  *
  * @throws \InvalidArgumentException
  * @throws \Acquia\Hmac\Exception\InvalidRequestException
  */
 public function signRequest(RequestInterface $request, $secretKey)
 {
     return $this->digest->get($this, $request, $secretKey);
 }