bool isCsrfTokenValid(string $intention, string $token) Validates a CSRF token.
class DefaultCsrfProvider implements
string generateCsrfToken(string $intention) Generates a CSRF token for a page of your application
interface CsrfProviderInterface deprecated
class SessionCsrfProvider extends