mediatekformation

SessionAuthenticationStrategyInterface

SessionAuthenticationStrategyInterface.

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

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

onAuthentication()  : mixed
This performs any necessary changes to the session.

Methods

onAuthentication()

This performs any necessary changes to the session.

public onAuthentication(Request $request, TokenInterface $token) : mixed

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.

Parameters
$request : Request
$token : TokenInterface
Return values
mixed

Search results