capacitor-fingerprint-auth icon indicating copy to clipboard operation
capacitor-fingerprint-auth copied to clipboard

fingerprintAuth.verify function

Open SSuarezBrooktec opened this issue 5 years ago • 1 comments

Im trying to use this function but not work

fingerprintAuth.verify(
	{
         params
       })
	.then(() => console.log("Biometric ID OK"))
	.catch(err => console.log(`Biometric ID NOT OK: ${JSON.stringify(err)}`));

SSuarezBrooktec avatar Nov 01 '19 21:11 SSuarezBrooktec

I can confirm that parameters are not passed down the stack to the bridge.

dv-alan avatar Dec 17 '19 10:12 dv-alan