File manager - Edit - /home/ferretapmx/public_html/libraries/vendor/web-auth/webauthn-lib/src/AuthenticatorResponse.php
Back
<?php declare(strict_types=1); namespace Webauthn; /** * @see https://www.w3.org/TR/webauthn/#authenticatorresponse */ abstract class AuthenticatorResponse { public function __construct( private readonly CollectedClientData $clientDataJSON ) { } public function getClientDataJSON(): CollectedClientData { return $this->clientDataJSON; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings