BlinkIdVerifyRequest

@Serializable
data class BlinkIdVerifyRequest @JvmOverloads constructor(val imageFront: DocumentVerificationImageSource? = null, val imageBack: DocumentVerificationImageSource? = null, val imageBarcode: DocumentVerificationImageSource? = null, val options: BlinkIdVerifyProcessingRequestOptions? = null, val useCase: BlinkIdVerifyProcessingUseCase? = null, val captureSessionId: String? = null, val traceId: String? = null)

Class representing document verification request to be verified.

See also

Constructors

Link copied to clipboard
constructor(imageFront: DocumentVerificationImageSource? = null, imageBack: DocumentVerificationImageSource? = null, imageBarcode: DocumentVerificationImageSource? = null, options: BlinkIdVerifyProcessingRequestOptions? = null, useCase: BlinkIdVerifyProcessingUseCase? = null, captureSessionId: String? = null, traceId: String? = null)

Properties

Link copied to clipboard

Defines the session ID used when capturing the document.

Link copied to clipboard

Url or base64 string of the optional back image. The Base64 image takes precedence if url and base64 are defined.

Link copied to clipboard

Url or base64 string of the optional barcode image. The Base64 image takes precedence if url and base64 are defined.

Link copied to clipboard

Url or base64 string of the optional front image. The Base64 image takes precedence if url and base64 are defined.

Link copied to clipboard

Specifies custom options for document verification; if not configured, the server’s default values will apply.

Link copied to clipboard
val traceId: String? = null

Trace identifier for logback.

Link copied to clipboard

Specifies custom use case options for document verification; if not configured, the server’s default values will apply.