File manager - Edit - /home/ferretapmx/public_html/libraries/vendor/web-auth/webauthn-lib/src/TokenBinding/TokenBindingNotSupportedHandler.php
Back
<?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.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings