Skip to content

Commit 02f230c

Browse files
committed
De-duplicate transports in suggested things to store
1 parent 3f6d846 commit 02f230c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ storeCredential( // Some database access method of your own design
274274
result.getKeyId(), // Credential ID and transports for allowCredentials
275275
result.getPublicKeyCose(), // Public key for verifying authentication signatures
276276
result.isDiscoverable(), // Can this key be used for username-less auth?
277-
result.getTransports(), // Transport hints to put in allowCredentials along with ID
278277
result.signatureCount(), // Initial signature counter value
279278
pkc.getResponse().getAttestationObject(), // Store attestation object for future reference
280279
pkc.getResponse().getClientDataJSON() // Store client data for re-verifying signature if needed

0 commit comments

Comments
 (0)