class CsrfToken
A CSRF token.
__construct(string $id, string|null $value) | ||
string | getId() Returns the ID of the CSRF token. | |
string | getValue() Returns the value of the CSRF token. | |
string | __toString() Returns the value of the CSRF token. |
string | $id | |
string|null | $value |
Returns the ID of the CSRF token.
string | The token ID |
Returns the value of the CSRF token.
string | The token value |
Returns the value of the CSRF token.
string | The token value |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Security/Csrf/CsrfToken.html