class ResourceListener implements ListenerInterface

ResourceListener implements OAuth2 resource endpoint authentication.

Properties

protected $providerKey
protected $tokenStorage
protected $authenticationManager
protected $validator
protected $logger
protected $tokenTypeHandlerFactory

Methods

__construct($providerKey, TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, ValidatorInterface $validator, LoggerInterface $logger, TokenTypeHandlerFactoryInterface $tokenTypeHandlerFactory)

No description

handle(GetResponseEvent $event)

No description

Details

at line 40
__construct($providerKey, TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, ValidatorInterface $validator, LoggerInterface $logger, TokenTypeHandlerFactoryInterface $tokenTypeHandlerFactory)

Parameters

$providerKey
TokenStorageInterface $tokenStorage
AuthenticationManagerInterface $authenticationManager
ValidatorInterface $validator
LoggerInterface $logger
TokenTypeHandlerFactoryInterface $tokenTypeHandlerFactory

at line 56
handle(GetResponseEvent $event)

Parameters

GetResponseEvent $event