interface SessionAuthenticationStrategyInterface
SessionAuthenticationStrategyInterface.
Implementation are responsible for updating the session after an interactive authentication attempt was successful.
onAuthentication(Request $request, TokenInterface $token) This performs any necessary changes to the session. |
This performs any necessary changes to the session.
This method should be called before the TokenStorage is populated with a Token. It should be used by authentication listeners when a session is used.
Request | $request | |
TokenInterface | $token |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.html