mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
26 lines
778 B
Markdown
26 lines
778 B
Markdown
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/touch-id/index.ts#L1">
|
|
Improve this doc
|
|
</a>
|
|
|
|
# Touch ID
|
|
|
|
```
|
|
$ ionic cordova plugin add cordova-plugin-touch-id
|
|
$ npm install @ionic-native/plugins/touch-id
|
|
```
|
|
|
|
## [Usage Documentation](https://ionicframework.com/docs/native/touch-id/)
|
|
|
|
Plugin Repo: [https://github.com/EddyVerbruggen/cordova-plugin-touch-id](https://github.com/EddyVerbruggen/cordova-plugin-touch-id)
|
|
|
|
Scan the fingerprint of a user with the TouchID sensor.
|
|
|
|
Requires Cordova plugin: `cordova-plugin-touch-id`. For more info, please see the [TouchID plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-touch-id).
|
|
|
|
## Supported platforms
|
|
|
|
- iOS
|
|
|
|
|
|
|