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 637ea3e commit 0dfd53aCopy full SHA for 0dfd53a
Fido2Demo/TestController.cs
@@ -39,11 +39,6 @@ public TestController(IConfiguration config)
39
});
40
}
41
42
- private static CredentialCreateOptions CONFORMANCE_TESTING_PREV_ATT_OPTIONS;
43
- private static AssertionOptions CONFORMANCE_TESTING_PREV_ASRT_OPTIONS;
44
- private static Fido2NetLib.Fido2.CredentialMakeResult CONFORMANCE_TESTING_STORED_CREDENTIALS;
45
- private static Dictionary<string, uint> CONFORMANCE_TESTING_COUNTER = new Dictionary<string, uint>();
46
-
47
[HttpPost]
48
[Route("/attestation/options")]
49
public JsonResult MakeCredentialOptionsTest([FromBody] TEST_MakeCredentialParams opts)
0 commit comments