0 follower

Interface Yiisoft\Csrf\Synchronizer\Generator\CsrfTokenGeneratorInterface

Implemented byYiisoft\Csrf\Synchronizer\Generator\RandomCsrfTokenGenerator

Token generator generates a new CSRF token.

Public Methods

Hide inherited methods

Method Description Defined By
generate() Generate a new CSRF token. Yiisoft\Csrf\Synchronizer\Generator\CsrfTokenGeneratorInterface

Method Details

Hide inherited methods

generate() public abstract method

Generate a new CSRF token.

public abstract string generate ( )
return string

CSRF token string.

                public function generate(): string;