class BasicAuthenticationListener implements ListenerInterface
BasicAuthenticationListener implements Basic HTTP authentication.
Methods
__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, $providerKey, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterface $logger = null) | ||
handle(GetResponseEvent $event) Handles basic authentication. |
Details
__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, $providerKey, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterface $logger = null)
handle(GetResponseEvent $event)
Handles basic authentication.
Please login to continue.