Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
27 | public function __construct(CollectedClientData $clientDataJSON, AuthenticatorData $authenticatorData, string $signature, ?string $userHandle) |
||
28 | { |
||
29 | parent::__construct($clientDataJSON); |
||
30 | $this->authenticatorData = $authenticatorData; |
||
31 | $this->signature = $signature; |
||
32 | $this->userHandle = $userHandle; |
||
33 | } |
||
50 |