CustomAuthenticationSuccessHandler
class CustomAuthenticationSuccessHandler implements AuthenticationSuccessHandlerInterface
Methods
| __construct(AuthenticationSuccessHandlerInterface $handler, array $options, string $providerKey) | ||
| 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)
Parameters
| AuthenticationSuccessHandlerInterface | $handler | An AuthenticationSuccessHandlerInterface instance |
| array | $options | Options for processing a successful authentication attempt |
| string | $providerKey | The provider key |
Response onAuthenticationSuccess(Request $request, TokenInterface $token)
This is called when an interactive authentication attempt succeeds. This is called by authentication listeners inheriting from AbstractAuthenticationListener.
Parameters
| Request | $request | |
| TokenInterface | $token |
Return Value
| Response | never null |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Security/Http/Authentication/CustomAuthenticationSuccessHandler.html