public UserAuthenticationController::__construct(FloodInterface $flood, UserStorageInterface $user_storage, CsrfTokenGenerator $csrf_token, UserAuthInterface $user_auth, RouteProviderInterface $route_provider, Serializer $serializer, array $serializer_formats)
Constructs a new UserAuthenticationController object.
Parameters
\Drupal\Core\Flood\FloodInterface $flood: The flood controller.
\Drupal\user\UserStorageInterface $user_storage: The user storage.
\Drupal\Core\Access\CsrfTokenGenerator $c