docs(fingerprint-aio): change parameter description (#2995)

* docs(fingerprint-aio): change parameter description

* Update index.ts
This commit is contained in:
Niklas Merz 2019-04-19 18:59:51 +02:00 committed by Daniel Sogl
parent e47774b771
commit 0800f4a414

View File

@ -43,8 +43,8 @@ export interface FingerprintOptions {
* ...
*
* this.faio.show({
* clientId: 'Fingerprint-Demo',
* clientSecret: 'password', //Only necessary for Android
* clientId: 'Fingerprint-Demo', //Android: Used for encryption. iOS: used for dialogue if no `localizedReason` is given.
* clientSecret: 'o7aoOMYUbyxaD23oFAnJ' //Necessary for Android encrpytion of keys. Use random secret key.
* disableBackup:true, //Only for Android(optional)
* localizedFallbackTitle: 'Use Pin', //Only for iOS
* localizedReason: 'Please authenticate' //Only for iOS