SessionAuthenticationStrategyInterface

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