Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/libraries/vendor/web-auth/webauthn-lib/src/AuthenticatorAttestationResponse.php
Назад
<?php declare(strict_types=1); namespace Webauthn; use Webauthn\AttestationStatement\AttestationObject; /** * @see https://www.w3.org/TR/webauthn/#authenticatorattestationresponse */ class AuthenticatorAttestationResponse extends AuthenticatorResponse { public function __construct( CollectedClientData $clientDataJSON, private readonly AttestationObject $attestationObject ) { parent::__construct($clientDataJSON); } public function getAttestationObject(): AttestationObject { return $this->attestationObject; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка