CustomAuthenticationSuccessHandler

CustomAuthenticationSuccessHandler

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.

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
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部