BlinkIdVerifyServiceSettings
class BlinkIdVerifyServiceSettings(val verificationServiceBaseUrl: String, val token: String?, val requestTimeout: RequestTimeout = RequestTimeout.DEFAULT, val mbClientSdkName: String? = null, val mbClientSdkVersion: String? = null, val mbRunnerVersion: String? = null)
Settings for the verification service.
Constructors
Link copied to clipboard
constructor(verificationServiceBaseUrl: String, requestTimeout: RequestTimeout = RequestTimeout.DEFAULT, mbClientSdkName: String? = null, mbClientSdkVersion: String? = null, mbRunnerVersion: String? = null)
Properties
Link copied to clipboard
Information about client SDK used to capture the document image.
Link copied to clipboard
Information about client SDK version used to capture the document image.
Link copied to clipboard
Cloud Verify Version. If set to null, the latest version will be used. Defaults to 10 seconds if not set.
Link copied to clipboard
Timeouts for specific actions in network requests for the service.
Link copied to clipboard
Url of the verification service host, consists of the protocol and domain, e.g "https://docver.microblink.com"