107 static::$authAdapterPool[
$key] = static::$authAdapterPool[
$key = get_called_class()] ?? [];
108 if (!array_key_exists(
$type,static::$authAdapterPool[
$key]))
110 static::$authAdapterPool[
$key][
$type] = BusinessAuthAdapter::create(
113 )->setService(static::getInstance());
116 return static::$authAdapterPool[
$key][
$type];