for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace MadWizard\WebAuthn\Attestation\Statement;
use MadWizard\WebAuthn\Attestation\AttestationObject;
class UnsupportedAttestationStatement extends AbstractAttestationStatement
{
public function __construct(AttestationObject $attestationObject)
parent::__construct($attestationObject, $attestationObject->getFormat());
}