Used to verify a passkey during login.
The goal of this block is to verify a passkey during the login process. The corresponding screen will be shown when a user has a passkey available and needs to verify it.
Stores passkey verification details like primaryLoading
.
verifyPasskey() async
: Verifies the passkey for authentication.Create Passkey Verify Screen
Create a new screen that implements the PasskeyVerifyBlock
interface. This screen will handle the passkey verification process.
Add Verification Button
Implement a button to trigger the passkey verification process.
Used to verify a passkey during login.
The goal of this block is to verify a passkey during the login process. The corresponding screen will be shown when a user has a passkey available and needs to verify it.
Stores passkey verification details like primaryLoading
.
verifyPasskey() async
: Verifies the passkey for authentication.Create Passkey Verify Screen
Create a new screen that implements the PasskeyVerifyBlock
interface. This screen will handle the passkey verification process.
Add Verification Button
Implement a button to trigger the passkey verification process.