PinAuthWidget constructor
const
PinAuthWidget({})
Implementation
const PinAuthWidget({
super.key,
required this.authToken,
required this.platform,
required this.tenantId,
this.baseUrl,
required this.deviceId,
required this.notificationType,
this.fingerprintMessage,
bool? showPin,
bool? sendPushNotification,
bool? showFingerprint,
bool? isFaceMatched,
}) : this.showPin = showPin ?? true,
this.sendPushNotification = sendPushNotification ?? false,
this.showFingerprint = showFingerprint ?? true,
this.isFaceMatched = isFaceMatched ?? false;