Fingerprint authentication

Hi,

i was wondering how can i access the device fingerprint authentication process so as to have lets say a method that asks for authentication and return true or false so as to verify the user for sensitive data?

thanks

Fingerprint auth is specific for each platform (Android, ios, windows…), there is no unity api to do it, so you need to get some plugin or write your own.