Get token value.
/**
* Get token value.
*
* @return string
*/
public function getTokenValue(): string
Examples
<input type="hidden" name="<?php echo $csrf->getTokenName(); ?>" value="<?php echo $csrf->getTokenValue(); ?>" />
/**
* Get token value.
*
* @return string
*/
public function getTokenValue(): string
<input type="hidden" name="<?php echo $csrf->getTokenName(); ?>" value="<?php echo $csrf->getTokenValue(); ?>" />