Skip to content

Commit

Permalink
docs + version
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz committed Mar 13, 2017
1 parent a79bf4c commit ad61ca0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Fingerprint.isAvailable(isAvailableSuccess, isAvailableError);
```javascript
Fingerprint.show({
clientId: "Fingerprint-Demo",
clientSecret: "password" //Only necessary for Android
clientSecret: "password", //Only necessary for Android
}, successCallback, errorCallback);

function successCallback(){
Expand All @@ -50,6 +50,12 @@ Fingerprint.show({
alert("Authentication invalid " + err);
}
```
**Optional parameters**

__disableBackup__: If true remove backup option on authentication dialogue for Android. Default false.

---


[Example](https://github.com/NiklasMerz/fingerprint-aio-demo)

Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-fingerprint-aio"
version="1.0.2">
version="1.1.0">
<name>FingerprintAllInOne</name>
<description>Cordova plugin to use fingerprint on Android and iOS</description>
<license>MIT</license>
Expand Down

0 comments on commit ad61ca0

Please sign in to comment.