W3cubDocs

/Symfony 3.0

Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface

interface SessionAuthenticationStrategyInterface

SessionAuthenticationStrategyInterface.

Implementation are responsible for updating the session after an interactive authentication attempt was successful.

Methods

onAuthentication(Request $request, TokenInterface $token)

This performs any necessary changes to the session.

Details

public onAuthentication(Request $request, TokenInterface $token)

This performs any necessary changes to the session.

This method is called before the TokenStorage is populated with a Token, and only by classes inheriting from AbstractAuthenticationListener.

Parameters

Request $request
TokenInterface $token