Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
NonceGeneratorInterface.php
Go to the documentation of this file.
1 <?php
7 
17 {
24  public function generateNonce(ConsumerInterface $consumer = null);
25 
31  public function generateTimestamp();
32 
44  public function validateNonce(ConsumerInterface $consumer, $nonce, $timestamp);
45 }
validateNonce(ConsumerInterface $consumer, $nonce, $timestamp)
generateNonce(ConsumerInterface $consumer=null)