You are here

class ComposerStaticInit42b92e6fb23fd5de32e1e488d7c54e6d in Auth0 Single Sign On 8.2

Hierarchy

Expanded class hierarchy of ComposerStaticInit42b92e6fb23fd5de32e1e488d7c54e6d

File

vendor/composer/autoload_static.php, line 7

Namespace

Composer\Autoload
View source
class ComposerStaticInit42b92e6fb23fd5de32e1e488d7c54e6d {
  public static $files = array(
    '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
    '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
    '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
    'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
    'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
    'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
    '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  );
  public static $prefixLengthsPsr4 = array(
    'S' => array(
      'Symfony\\Polyfill\\Php72\\' => 23,
      'Symfony\\Polyfill\\Mbstring\\' => 26,
      'Symfony\\Polyfill\\Intl\\Idn\\' => 26,
    ),
    'P' => array(
      'Psr\\Http\\Message\\' => 17,
    ),
    'G' => array(
      'GuzzleHttp\\Psr7\\' => 16,
      'GuzzleHttp\\Promise\\' => 19,
      'GuzzleHttp\\' => 11,
    ),
    'F' => array(
      'Firebase\\JWT\\' => 13,
    ),
    'A' => array(
      'Auth0\\SDK\\' => 10,
    ),
  );
  public static $prefixDirsPsr4 = array(
    'Symfony\\Polyfill\\Php72\\' => array(
      0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
    ),
    'Symfony\\Polyfill\\Mbstring\\' => array(
      0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
    ),
    'Symfony\\Polyfill\\Intl\\Idn\\' => array(
      0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn',
    ),
    'Psr\\Http\\Message\\' => array(
      0 => __DIR__ . '/..' . '/psr/http-message/src',
    ),
    'GuzzleHttp\\Psr7\\' => array(
      0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
    ),
    'GuzzleHttp\\Promise\\' => array(
      0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
    ),
    'GuzzleHttp\\' => array(
      0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
    ),
    'Firebase\\JWT\\' => array(
      0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
    ),
    'Auth0\\SDK\\' => array(
      0 => __DIR__ . '/..' . '/auth0/auth0-php/src',
    ),
  );
  public static function getInitializer(ClassLoader $loader) {
    return \Closure::bind(function () use ($loader) {
      $loader->prefixLengthsPsr4 = ComposerStaticInit42b92e6fb23fd5de32e1e488d7c54e6d::$prefixLengthsPsr4;
      $loader->prefixDirsPsr4 = ComposerStaticInit42b92e6fb23fd5de32e1e488d7c54e6d::$prefixDirsPsr4;
    }, null, ClassLoader::class);
  }

}

Members