MicroblinkPlatformConsent

data class MicroblinkPlatformConsent(val userId: String, val isProcessingStoringAllowed: Boolean, val isTrainingAllowed: Boolean = false, val note: String? = null)

Consent given by the user.

Constructors

Link copied to clipboard
constructor(userId: String, isProcessingStoringAllowed: Boolean, isTrainingAllowed: Boolean = false, note: String? = null)

Properties

Link copied to clipboard

Represents collected end-user's consent for their data to be processed and stored by Microblink. End-user's consent is required for us to be able to complete the KYC verification.

Link copied to clipboard

Additionally, represents collected end-user's consent for their data to used by Microblink for the improvement of the fraud detection capabilities in our own products (ie. for training our models).

Link copied to clipboard
val note: String? = null

Additional note for the consent.

Link copied to clipboard

User ID of the user who gave the consent. Must be provided.