With TouchID you can verify that it is the device owner who is using the device. This feature is, however, only available for iOS.
Device.TochID.Verify
Lets the user verify his identify by using his fingerprint, or use his personal pin number.
Parameters:
Message (Value) - Message to show to the user
Return values:
None
Outlets:
SuccessfulAuth - Called if the user is verified
InvalidAuth - Called if the user wasn't verified
Failed - Called if something didn't execute as expected
Device.TouchID.VerifyOrFallback
Lets the user verify his identify by using his fingerprint, or to be returned to your custom fallback
Parameters:
Message (Value) - Message to show to the user
FallbackButton (Value) - Text on the fallback button
Return values:
None
Outlets:
SuccessfulAuth - Called if the user is verified
InvalidAuth - Called if the user wasn't verified
Fallback - Called when the user have hit the fallback button
Failed - Called if something didn't execute as expected
You can always use your own custom JavaScript code to consume the TouchID sensor.
For TouchId access Aquro is using the cordova-plugin-touch-id plugin.
More info: https://github.com/EddyVerbruggen/cordova-plugin-touch-id