Security Settings

We are constantly taking actions to make the product more and more secure, mitigating a number of attacks observed in the capture process and, consequently, reducing as many possible identity frauds as possible. The SDK has some blocks that may prevent its execution in certain contexts. To disable them, you can use the methods as shown in the example below:

DocumentDetector.Builder("mobileToken")
    .setUseDeveloperMode(true)
    .setUseAdb(true)
    .setUseDebug(true)
    .build()

Disabling security validations is recommended for testing purposes only. For publishing your application in production, we recommend using the default settings.

Last updated

Logo

2023 © Caf. - All rights reserved