mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
refctor(2fa-webauthn) [PM-29890]: Re-spell docs.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user