The ProjectFlow object
Attributes
project
- String - Required
The project is that _id generated when creating a project correctly.
type
- String - Required
type
- String - RequiredThe type determines what type of service you want to generate in this project flow. can be “type”:”login” or "type":"onboarding".
loginSettings
- Object- Required
loginSettings
- Object- RequiredLogin Settings refers to all the validations that will be performed in this flow, the parameters are:
searchMode
email
emailGateway
phone
phoneGateway
faceLiveness
livenessMinScore
searchMinScore
showFaceLivenessRecommendation
redirectUrl
- String - Required
redirectUrl
- String - RequiredURL where users will be redirected after finish the validation process.
security
- Object- Required
security
- Object- RequiredObject to add all the security asociated to the projectFlow. It has the following params:
strategy
apiTestType
source
apiUrl
apiTestValue
whitelist
- Object- Required
whitelist
- Object- RequiredObject to add all the persons that will have access or not in the projectFlow. It has the following params:
project
name
email
countryCode
phone
The ProjectFlow object
Last updated