TouchID Module

Description

This is security module for iOS 8. Verifies that you are the owner of the phone using the TouchId API, AKA, fingerprint

Accessing the TouchID Module

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

Reference

Author

Pedro Enrique

License

Copyright(c) 2010-2014 by Appcelerator, Inc. All Rights Reserved. Please see the LICENSE file included in the distribution for further details.