You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,35 +94,22 @@ public AssertionOptions GetAssertionOptions(
101
94
/// <summary>
102
95
/// Verifies the assertion response from the browser/authenticator to assert existing credentials and authenticate a user.
103
96
/// </summary>
104
-
/// <param name="assertionResponse">The assertion response from the authenticator.</param>
105
-
/// <param name="originalOptions">The original options that was sent to the client.</param>
106
-
/// <param name="storedPublicKey">The stored credential public key.</param>
107
-
/// <param name="storedDevicePublicKeys">The stored device public keys.</param>
108
-
/// <param name="storedSignatureCounter">The stored value of the signature counter.</param>
109
-
/// <param name="isUserHandleOwnerOfCredentialIdCallback">The delegate used to validate that the user handle is indeed owned of the CredentialId.</param>
110
-
/// <param name="requestTokenBindingId">DO NOT USE - Deprecated, but kept in code due to conformance testing tool</param>
97
+
/// <param name="makeAssertionParams">The input arguments for asserting a passkey</param>
111
98
/// <param name="cancellationToken">The <see cref="CancellationToken"/> used to propagate notifications that the operation should be canceled.</param>
0 commit comments