Exemple #1
0
 function _deleteNonces()
 {
     $nonce = new Nonce();
     $nonce->consumer_key = $this->consumer_key;
     $nonce->delete();
 }