mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-13 14:21:04 +08:00
docs(fingerprint-aio): change parameter description (#2995)
* docs(fingerprint-aio): change parameter description * Update index.ts
This commit is contained in:
parent
e47774b771
commit
0800f4a414
@ -43,8 +43,8 @@ export interface FingerprintOptions {
|
|||||||
* ...
|
* ...
|
||||||
*
|
*
|
||||||
* this.faio.show({
|
* this.faio.show({
|
||||||
* clientId: 'Fingerprint-Demo',
|
* clientId: 'Fingerprint-Demo', //Android: Used for encryption. iOS: used for dialogue if no `localizedReason` is given.
|
||||||
* clientSecret: 'password', //Only necessary for Android
|
* clientSecret: 'o7aoOMYUbyxaD23oFAnJ' //Necessary for Android encrpytion of keys. Use random secret key.
|
||||||
* disableBackup:true, //Only for Android(optional)
|
* disableBackup:true, //Only for Android(optional)
|
||||||
* localizedFallbackTitle: 'Use Pin', //Only for iOS
|
* localizedFallbackTitle: 'Use Pin', //Only for iOS
|
||||||
* localizedReason: 'Please authenticate' //Only for iOS
|
* localizedReason: 'Please authenticate' //Only for iOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user