> For the complete documentation index, see [llms.txt](https://developers.myhubdelivery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.myhubdelivery.io/master/master-3/cliente-fiel.md).

# Cliente Fiel

#### Configurações

<table><thead><tr><th width="305.3333333333333">Chave</th><th>Valor</th><th data-type="checkbox">Obrigatório</th></tr></thead><tbody><tr><td>CLIENTE_FIEL.USERNAME</td><td>Informar o nome de usuário da plataforma.</td><td>true</td></tr><tr><td>CLIENTE_FIEL.PASSWORD</td><td>Informar a senha de usuário da plataforma.</td><td>true</td></tr><tr><td>CLIENTE_FIEL.ID_TYPE</td><td>Utilizar os valores PHONE ou EMAIL,conforme o tipo de chave utilizada no programa.</td><td>true</td></tr></tbody></table>

```json
[
    { "Key": "CLIENTE_FIEL.USERNAME", "Value": "username@clientefiel.app" },
    { "Key": "CLIENTE_FIEL.USERNAME", "Value": "pasword" },
    { "Key": "CLIENTE_FIEL.USERNAME", "Value": "PHONE|EMAIL" }
]
```
