CustomAuthenticationSuccessHandler
class CustomAuthenticationSuccessHandler implements AuthenticationSuccessHandlerInterface
Methods
__construct(AuthenticationSuccessHandlerInterface $handler, array $options, string $providerKey)
Constructor.
onAuthenticationSuccess(Request $request, TokenInterface $token)
This is called when an interactive authentication attempt succeeds. This is called by authentication listeners inheriting from AbstractAuthenticationListener.
Details
at line line 31
__construct(AuthenticationSuccessHandlerInterface $handler, array $options, string $providerKey)
Constructor.
at line line 45
Response
onAuthenticationSuccess(Request $request, TokenInterface $token)
This is called when an interactive authentication attempt succeeds. This is called by authentication listeners inheriting from AbstractAuthenticationListener.