34 private $consumer = null;
40 private $value = null;
51 $this->consumer = $consumer;
52 $this->value = $value;
53 $this->expires = time() + (self::MAX_NONCE_AGE * 60);
65 return $this->consumer->getDataConnector()->loadConsumerNonce($this);
77 return $this->consumer->getDataConnector()->saveConsumerNonce($this);
89 return $this->consumer;