LogoutSuccessHandlerInterface

LogoutSuccessHandlerInterface

interface LogoutSuccessHandlerInterface

LogoutSuccesshandlerInterface.

In contrast to the LogoutHandlerInterface, this interface can return a response which is then used instead of the default behavior.

If you want to only perform some logout related clean-up task, use the LogoutHandlerInterface instead.

Methods

Response onLogoutSuccess(Request $request)

Creates a Response object to send upon a successful logout.

Details

Response onLogoutSuccess(Request $request)

Creates a Response object to send upon a successful logout.

Parameters

Request $request

Return Value

Response never null
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部