mediatekformation

CsrfTokenClearingLogoutHandler
in package
implements LogoutHandlerInterface

Tags
author

Christian Flothmann christian.flothmann@sensiolabs.de

Interfaces, Classes, Traits and Enums

LogoutHandlerInterface
Interface that needs to be implemented by LogoutHandlers.

Table of Contents

$csrfTokenStorage  : mixed
__construct()  : mixed
logout()  : mixed
This method is called by the LogoutListener when a user has requested to be logged out. Usually, you would unset session variables, or remove cookies, etc.

Properties

Methods

logout()

This method is called by the LogoutListener when a user has requested to be logged out. Usually, you would unset session variables, or remove cookies, etc.

public logout(Request $request, Response $response, TokenInterface $token) : mixed
Parameters
$request : Request
$response : Response
$token : TokenInterface
Return values
mixed

Search results