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