|
|
|
|
@ -568,31 +568,31 @@ export class ConfirmLoginComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// title: 'Biometric Authetnciation', // (Android Only) | optional | Default: "<APP_NAME> Biometric Sign On"
|
|
|
|
|
title: 'Biometric Authetnciation', // (Android Only) | optional | Default: "<APP_NAME> Biometric Sign On"
|
|
|
|
|
|
|
|
|
|
// subtitle: 'Coolest Plugin ever' ,// (Android Only) | optional | Default: null
|
|
|
|
|
subtitle: 'Coolest Plugin ever' ,// (Android Only) | optional | Default: null
|
|
|
|
|
|
|
|
|
|
// description: this.ts.trPK("general", "auth-please"),// optional | Default: null
|
|
|
|
|
description: this.ts.trPK("general", "auth-please"),// optional | Default: null
|
|
|
|
|
|
|
|
|
|
// fallbackButtonTitle: this.ts.trPK("general", "use-pin"), // optional | When disableBackup is false defaults to "Use Pin".
|
|
|
|
|
fallbackButtonTitle: this.ts.trPK("general", "use-pin"), // optional | When disableBackup is false defaults to "Use Pin".
|
|
|
|
|
|
|
|
|
|
// // When disableBackup is true defaults to "Cancel"
|
|
|
|
|
// When disableBackup is true defaults to "Cancel"
|
|
|
|
|
|
|
|
|
|
// disableBackup:true, // optional | default: false
|
|
|
|
|
disableBackup:true, // optional | default: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clientId: "Fingerprint Authetnciation",
|
|
|
|
|
// clientId: "Fingerprint Authetnciation",
|
|
|
|
|
|
|
|
|
|
clientSecret: "Ate343_9347lajF", // Only necessary for Android
|
|
|
|
|
// clientSecret: "Ate343_9347lajF", // Only necessary for Android
|
|
|
|
|
|
|
|
|
|
disableBackup: true, // Only for Android(optional)
|
|
|
|
|
// disableBackup: true, // Only for Android(optional)
|
|
|
|
|
|
|
|
|
|
localizedFallbackTitle: this.ts.trPK("general", "use-pin"), // Only for iOS
|
|
|
|
|
// localizedFallbackTitle: this.ts.trPK("general", "use-pin"), // Only for iOS
|
|
|
|
|
|
|
|
|
|
localizedReason: this.ts.trPK("general", "auth-please") // Only for iOS
|
|
|
|
|
// localizedReason: this.ts.trPK("general", "auth-please") // Only for iOS
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|