awesome-cordova-plugins/docs/plugins/touch-id/README.md

26 lines
778 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
<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
2021-09-29 20:38:45 +08:00