> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/propiedades/tokenize.md).

# tokenize

## Details

**Attribute:** `tokenize`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
selphid.tokenize = true;
```

## Description

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.

***

## Example

```jsx
<facephi-selphid-widget
    tokenize={true}
/>
```
