This is security module for iOS 8. Verifies that you are the owner of the phone using the TouchId API, AKA, fingerprint
To access this module from JavaScript, you would do the following:
var TouchID = require("ti.touchid");
The TouchID variable is a reference to the Module object.
Instructions on how to use it can be found inside of the example
folder
Pedro Enrique
Copyright(c) 2010-2014 by Appcelerator, Inc. All Rights Reserved. Please see the LICENSE file included in the distribution for further details.