53 $this->expires = time() + (self::MAX_NONCE_AGE * 60);
65 return $this->consumer->getDataConnector()->loadConsumerNonce($this);
77 return $this->consumer->getDataConnector()->saveConsumerNonce($this);
An exception for terminatinating execution or to throw for unit testing.