We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6d846 commit 02f230cCopy full SHA for 02f230c
README
@@ -274,7 +274,6 @@ storeCredential( // Some database access method of your own design
274
result.getKeyId(), // Credential ID and transports for allowCredentials
275
result.getPublicKeyCose(), // Public key for verifying authentication signatures
276
result.isDiscoverable(), // Can this key be used for username-less auth?
277
- result.getTransports(), // Transport hints to put in allowCredentials along with ID
278
result.signatureCount(), // Initial signature counter value
279
pkc.getResponse().getAttestationObject(), // Store attestation object for future reference
280
pkc.getResponse().getClientDataJSON() // Store client data for re-verifying signature if needed
0 commit comments