Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/libraries/vendor/web-auth/webauthn-lib/src/TokenBinding/TokenBindingNotSupportedHandler.php
Назад
<?php declare(strict_types=1); namespace Webauthn\TokenBinding; use Psr\Http\Message\ServerRequestInterface; use Webauthn\Exception\InvalidDataException; /** * @deprecated Since 4.3.0 and will be removed in 5.0.0 */ final class TokenBindingNotSupportedHandler implements TokenBindingHandler { public static function create(): self { return new self(); } public function check(TokenBinding $tokenBinding, ServerRequestInterface $request): void { $tokenBinding->getStatus() !== TokenBinding::TOKEN_BINDING_STATUS_PRESENT || throw InvalidDataException::create( $tokenBinding, 'Token binding not supported.' ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка