BlinkIdVerifyRequest
@Serializable
Request payload sent to the BlinkID Verify API.
Contains captured document images, verification options, and use-case configuration.
Constructors
Link copied to clipboard
constructor(imageFront: DocumentVerificationImageSource? = null, imageBack: DocumentVerificationImageSource? = null, imageBarcode: DocumentVerificationImageSource? = null, options: BlinkIdVerifyProcessingRequestOptions? = null, useCase: BlinkIdVerifyProcessingUseCase? = null, captureSessionId: String? = null)
Properties
Link copied to clipboard
Unique capture session identifier used to correlate this request with SDK telemetry.
Link copied to clipboard
Back-side document image.
Link copied to clipboard
Barcode image extracted from the document.
Link copied to clipboard
Front-side document image.
Link copied to clipboard
Verification options that control check strictness and returned data in the response.
Link copied to clipboard
Use-case configuration that tailors verification policy to the deployment context.