startFullIdentitySDK method
Future<BlusaltFullIdentityResultResponse?>
startFullIdentitySDK({
- required String apiKey,
- required String appName,
- required String clientId,
- required bool isDev,
- String? webhookUrl,
- String? reference,
- LivenessFacialComparisonType livenessFacialComparisonType = LivenessFacialComparisonType.dynamic,
- bool showLivenessResult = true,
- List<
DocumentType> ? documentTypeList, - int? timeoutDurationInSec,
- ThresholdConfig thresholdConfig = const ThresholdConfig(),
- bool enableEncryption = false,
- Map<
String, dynamic> ? metadata,
Implementation
Future<BlusaltFullIdentityResultResponse?> startFullIdentitySDK({
required String apiKey,
required String appName,
required String clientId,
required bool isDev,
String? webhookUrl,
String? reference,
LivenessFacialComparisonType livenessFacialComparisonType =
LivenessFacialComparisonType.dynamic,
bool showLivenessResult = true,
List<DocumentType>? documentTypeList,
int? timeoutDurationInSec,
ThresholdConfig thresholdConfig = const ThresholdConfig(),
bool enableEncryption = false,
Map<String, dynamic>? metadata,
}) async {
return BlusaltFullIdentityResultResponse(
blusaltFullIdentityProcess: BlusaltFullIdentityProcess.notImplemented,
message: 'Not Implemented');
}