customFlow
- sequence of steps that the verification process consist of (required)clientKey
- client key (required)appKey
- application key (required)workplace
- parameters of workplace (optional)host
- HTTPS Host to which the data you want to be sent (optional, by default data won't be sent)authPath
- path for the sign in request (optional)mainPath
- path that is used for sending the data (optional)encryptData
- specifies if the data should be encrypted (optional, by default false)rssigSalt
- is used for response signature validation (optional, by default signature is not being validated)accessToken
- will be added to each request as Bearer authentication (optional)clientSession
- will be added as header x-client-session to each request (optional)activity
- your activity that is used to start SDKrequestCode
- WIPresultLauncher
- WIPisDebug
- specifies if build is debuggableprintLog
- use it to print log (optional, by default false)callback
- block where you will receive a resulting data of document scanning, liveness and matching (optional)