mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
TouchID
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import {Plugin, Cordova} from './plugin';
|
||||
|
||||
@Plugin({
|
||||
name: 'TouchID',
|
||||
plugin: 'cordova-plugin-touch-id',
|
||||
pluginRef: 'plugins.touchid',
|
||||
repo: 'https://github.com/EddyVerbruggen/cordova-plugin-touch-id'
|
||||
})
|
||||
export class TouchID {
|
||||
@Cordova()
|
||||
isAvailable() {};
|
||||
|
||||
@Cordova()
|
||||
static verifyFingerprint(message:string) {};
|
||||
}
|
||||
Reference in New Issue
Block a user