Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function generateNonce(ConsumerInterface $consumer = null)
 {
     return $this->_oauthHelper->generateRandomString($this->_nonceLength);
 }