@@ -99,7 +99,7 @@ |
||
99 | 99 | $credentialId = $authDataStream->read($credentialLength); |
100 | 100 | $credentialPublicKey = $this->decoder->decode($authDataStream); |
101 | 101 | //TODO: should be converted into a COSE Key |
102 | - $attestedCredentialData = new AttestedCredentialData($aaguid, $credentialId, $credentialPublicKey); |
|
102 | + $attestedCredentialData = new AttestedCredentialData($aaguid, $credentialId, $credentialPublicKey); |
|
103 | 103 | } else { |
104 | 104 | $attestedCredentialData = null; |
105 | 105 | } |