/**
  *
  * Gets the value of the outgoing CSRF token.
  *
  * @return string
  *
  */
 public function getValue()
 {
     return $this->segment->get('value');
 }