UriSafeTokenGenerator
class UriSafeTokenGenerator implements TokenGeneratorInterface
Generates CSRF tokens.
Methods
__construct(int $entropy = 256) Generates URI-safe CSRF tokens. | ||
string | generateToken() Generates a CSRF token. |
Details
__construct(int $entropy = 256)
Generates URI-safe CSRF tokens.
Parameters
int | $entropy | The amount of entropy collected for each token (in bits) |
string generateToken()
Generates a CSRF token.
Return Value
string | The generated CSRF token |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.html