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