Package-level declarations
Classes and utilities to build HTTP request payloads to use a variety of Mitek's API services.
Types
Link copied to clipboard
class FaceComparisonV3Request @JvmOverloads constructor(transactionRequestId: String? = null, customerReferenceId: String? = null, enableFaceLiveness: Boolean = true)
Formats a request body to use with FaceComparison V3 API.
Link copied to clipboard
Formats a request body to use with MiPass V2/V3 Enroll API.
Link copied to clipboard
class MiPassVerifyRequest @JvmOverloads constructor(customerReferenceId: String? = null, enrollmentId: String)
Formats a request body to use with MiPass V2/V3 Verify API.
Link copied to clipboard
Result type for use with the different request utils.
Link copied to clipboard
class MobileVerifyV2Request @JvmOverloads constructor(customerReferenceId: String? = null, configuration: MobileVerifyV2Request.Configuration = Configuration())
Formats a request body to use with MobileVerify V2 API.
Link copied to clipboard
class MobileVerifyV3Request @JvmOverloads constructor(transactionRequestId: String? = null, customerReferenceId: String? = null)
Formats a request body to use with MobileVerify V3 API.