class DefaultLogoutSuccessHandler implements LogoutSuccessHandlerInterface
Default logout success handler will redirect users to a configured path.
Methods
| __construct(HttpUtils $httpUtils, string $targetUrl = '/') | ||
| Response | onLogoutSuccess(Request $request) Creates a Response object to send upon a successful logout. |
Please login to continue.