MicroblinkPlatformConsent
data class MicroblinkPlatformConsent(val userId: String, val isProcessingStoringAllowed: Boolean, val isTrainingAllowed: Boolean = false, val note: String? = null)
Consent given by the user.
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).