class TokenListener implements ListenerInterface

TokenListener implements OAuth2 token endpoint authentication.

Properties

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

Methods

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

No description

handle(GetResponseEvent $event)

No description

Details

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

Parameters

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

at line 51
handle(GetResponseEvent $event)

Parameters

GetResponseEvent $event