Passkey Setup Screen
Component Detail
User Interface
high complexity
mobile
1
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Guides the user through registering a new passkey on their device. Handles device capability detection, prompts the platform authenticator (Face ID or fingerprint), and displays registration confirmation or fallback instructions.
passkey-setup-screen
Responsibilities
- Detect device passkey support and display capability status
- Initiate the FIDO2 credential creation flow via platform biometric prompt
- Display registration progress and confirmation feedback
- Offer fallback guidance when device does not support passkeys
Interfaces
initiateRegistration()
onRegistrationSuccess(credentialId: string)
onRegistrationFailure(error: Error)
showDeviceCapabilityWarning()