CsrfToken
CsrfToken
class CsrfToken
A CSRF token.
Methods
__construct(string $id, string $value) Constructor. | ||
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. |