biometric_storage icon indicating copy to clipboard operation
biometric_storage copied to clipboard

Add method to check if storage file already exists

Open UlrichRaab opened this issue 2 years ago • 0 comments

Hello

I use biometric storage to store a secret (generated EC key pair) at the first launch of my app. I have to check if the secret was already generated on subsequent launches without showing the authentication prompt if the secret already exists.

Can you add a method to storageFile which checks if the file already exists?

UlrichRaab avatar Nov 16 '22 14:11 UlrichRaab