Configuration
data class Configuration(val enableFaceLiveness: Boolean = true, val enableFaceComparison: Boolean = true, val enableInjectionAttackDetection: Boolean = false, val enableInjectionAttackDetectionAi: Boolean = false, val shouldIncludeCroppedPortrait: Boolean = false, val shouldIncludeCroppedDocument: Boolean = false, val shouldIncludeCroppedSignature: Boolean = false, val shouldIncludeSelfies: Boolean = false, val miDniVerificationLevels: List<MobileVerifyV2Request.Configuration.MiDniVerificationLevel>? = null)
Describes the configuration of the request.
NOTE: enableFaceComparison and enableFaceLiveness should only be used when there is both a document session result and a face session result set. shouldIncludeCroppedPortrait, shouldIncludeCroppedDocument and shouldIncludeCroppedSignature should only be used when there is a document session result set. enableInjectionAttackDetection can be used when there's a document session result and/or a face session result set.
Please refer to the Mitek's API documentation for more information.
Constructors
Link copied to clipboard
constructor(enableFaceLiveness: Boolean = true, enableFaceComparison: Boolean = true, enableInjectionAttackDetection: Boolean = false, enableInjectionAttackDetectionAi: Boolean = false, shouldIncludeCroppedPortrait: Boolean = false, shouldIncludeCroppedDocument: Boolean = false, shouldIncludeCroppedSignature: Boolean = false, shouldIncludeSelfies: Boolean = false, miDniVerificationLevels: List<MobileVerifyV2Request.Configuration.MiDniVerificationLevel>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard