refctor(2fa-webauthn) [PM-29890]: Re-spell docs.

This commit is contained in:
enmande
2026-01-28 21:13:20 -05:00
parent 2c4ad6d8c9
commit 05dda7aefd

View File

@@ -11,7 +11,7 @@ public interface ICompleteTwoFactorWebAuthnRegistrationCommand
/// <param name="user">The current user.</param> /// <param name="user">The current user.</param>
/// <param name="id">ID for the Key credential to complete.</param> /// <param name="id">ID for the Key credential to complete.</param>
/// <param name="name">Name for the Key credential to complete.</param> /// <param name="name">Name for the Key credential to complete.</param>
/// <param name="attestationResponse">Fido2 attestation response.</param> /// <param name="attestationResponse">WebAuthn attestation response.</param>
/// <returns>Whether persisting the credential was successful.</returns> /// <returns>Whether persisting the credential was successful.</returns>
Task<bool> CompleteTwoFactorWebAuthnRegistrationAsync(User user, int id, string name, Task<bool> CompleteTwoFactorWebAuthnRegistrationAsync(User user, int id, string name,
AuthenticatorAttestationRawResponse attestationResponse); AuthenticatorAttestationRawResponse attestationResponse);