We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b90cef commit e91b69bCopy full SHA for e91b69b
1 file changed
src/Kp2aPasskey.Core/AuthenticatorResponses.cs
@@ -424,7 +424,7 @@ public string ToJson()
424
json.Put("type", "public-key");
425
json.Put("authenticatorAttachment", authenticatorAttachment);
426
json.Put("response", response);
427
- json.Put("clientExtensionResults", new JSONObject()); // TODO credProps
+
428
429
var jsonString = json.ToString();
430
Log.Debug("FidoPublicKeyCredential", "=== COMPLETE CREDENTIAL JSON ===");
0 commit comments