%PDF- %PDF-
| Direktori : /www/varak.net/nextcloud.varak.net/apps/twofactor_totp/vendor/composer/ |
| Current File : /www/varak.net/nextcloud.varak.net/apps/twofactor_totp/vendor/composer/autoload_static.php |
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit4e29676302b45e2098becc64814965e5
{
public static $prefixLengthsPsr4 = array (
'E' =>
array (
'EasyTOTP\\' => 9,
),
'B' =>
array (
'Base32\\' => 7,
),
);
public static $prefixDirsPsr4 = array (
'EasyTOTP\\' =>
array (
0 => __DIR__ . '/..' . '/rullzer/easytotp/src',
),
'Base32\\' =>
array (
0 => __DIR__ . '/..' . '/christian-riesen/base32/src',
),
);
public static $classMap = array (
'Base32\\Base32' => __DIR__ . '/..' . '/christian-riesen/base32/src/Base32.php',
'Base32\\Base32Hex' => __DIR__ . '/..' . '/christian-riesen/base32/src/Base32Hex.php',
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'EasyTOTP\\Factory' => __DIR__ . '/..' . '/rullzer/easytotp/src/Factory.php',
'EasyTOTP\\TOTP' => __DIR__ . '/..' . '/rullzer/easytotp/src/TOTP.php',
'EasyTOTP\\TOTPInterface' => __DIR__ . '/..' . '/rullzer/easytotp/src/TOTPInterface.php',
'EasyTOTP\\TOTPInvalidResult' => __DIR__ . '/..' . '/rullzer/easytotp/src/TOTPInvalidResult.php',
'EasyTOTP\\TOTPInvalidResultInterface' => __DIR__ . '/..' . '/rullzer/easytotp/src/TOTPInvalidResultInterface.php',
'EasyTOTP\\TOTPResultInterface' => __DIR__ . '/..' . '/rullzer/easytotp/src/TOTPResultInterface.php',
'EasyTOTP\\TOTPValidResult' => __DIR__ . '/..' . '/rullzer/easytotp/src/TOTPValidResult.php',
'EasyTOTP\\TOTPValidResultInterface' => __DIR__ . '/..' . '/rullzer/easytotp/src/TOTPValidResultInterface.php',
'EasyTOTP\\TimeService' => __DIR__ . '/..' . '/rullzer/easytotp/src/TimeService.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit4e29676302b45e2098becc64814965e5::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit4e29676302b45e2098becc64814965e5::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit4e29676302b45e2098becc64814965e5::$classMap;
}, null, ClassLoader::class);
}
}