Submit
Path:
~
/
home
/
sbfocnqg
/
public_html
/
myadmin
/
vendor
/
web-auth
/
webauthn-lib
/
src
/
TokenBinding
/
File Content:
IgnoreTokenBindingHandler.php
<?php declare(strict_types=1); /* * The MIT License (MIT) * * Copyright (c) 2014-2021 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ namespace Webauthn\TokenBinding; use Psr\Http\Message\ServerRequestInterface; final class IgnoreTokenBindingHandler implements TokenBindingHandler { public function check(TokenBinding $tokenBinding, ServerRequestInterface $request): void { //Does nothing } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
IgnoreTokenBindingHandler.php
515 bytes
0644
SecTokenBindingHandler.php
1097 bytes
0644
TokenBinding.php
2015 bytes
0644
TokenBindingHandler.php
442 bytes
0644
TokenBindingNotSupportedHandler.php
652 bytes
0644
N4ST4R_ID | Naxtarrr