User Interface medium complexity mobile
1
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Bottom-sheet modal that guides the user through the FIDO2 registration ceremony, collecting an optional friendly credential name and triggering the device biometric or hardware security key via the WebAuthn Bridge. Displays in-progress, success, and error states during the ceremony.

Feature: Authentication Methods (Passkeys)

passkey-registration-sheet

Responsibilities

  • Collect user-provided credential name before registration begins
  • Invoke registration ceremony through Passkey Service and show spinner
  • Surface typed error feedback for authenticator cancellation or hardware failure
  • Dismiss and refresh passkey list on successful registration

Interfaces

show(context: BuildContext): Future<bool>
onRegistrationComplete(credential: PasskeyCredential): void
onRegistrationError(error: PasskeyError): void

Relationships

Dependencies (1)

Components this component depends on