class LogoutUrlGenerator Provides generator functions for the logout URL.
interface LogoutHandlerInterface Interface that needs to be implemented by LogoutHandlers.
class SessionLogoutHandler implements
registerListener(string $key, string $logoutPath, string $csrfTokenId, string $csrfParameter,
string getLogoutPath(string|null $key = null) Generates the absolute logout path for the firewall
class DefaultLogoutSuccessHandler implements
interface LogoutSuccessHandlerInterface LogoutSuccesshandlerInterface. In contrast to the
string getLogoutUrl(string|null $key = null) Generates the absolute logout URL for the firewall
class CookieClearingLogoutHandler implements