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
class SessionCsrfProvider extends
interface CsrfProviderInterface deprecated