tokenize
Enables result tokenization.
Last updated
Enables result tokenization.
Attribute: tokenize
Type: boolean
Default value: false
selphid.tokenize = true;Requests tokenization of sensitive results in facephi-selphid-widget when the License and the backend allow it.
The tokenizedData element in the results object will contain the tokenized version of the images frontDocument, backDocument and faceImage.
When tokenization is enabled, the cropped images frontDocument, backDocument, faceImage and signatureImage will not be generated to avoid memory errors on low-resource devices.
<facephi-selphid-widget
tokenize={true}
/>Last updated