Creates a new authentication manager instance.
\Drupal\Core\Authentication\AuthenticationCollectorInterface $auth_collector: The authentication provider collector.
public function __construct(AuthenticationCollectorInterface $auth_collector) { $this->authCollector = $auth_collector; }