73 $this->value = substr(
$value, -self::$maximumLength);
74 $this->expires = time() + (self::MAX_NONCE_AGE * 60);
82 public function load(): bool
84 return $this->platform->getDataConnector()->loadPlatformNonce($this);
92 public function save(): bool
94 return $this->platform->getDataConnector()->savePlatformNonce($this);
102 public function delete():
bool
104 return $this->platform->getDataConnector()->deletePlatformNonce($this);