> For the complete documentation index, see [llms.txt](https://docs.caf.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caf.io/caf-sdk/caf-sdk-pt-br/ios/standalone-modules/caffaceauth.md).

# Face Authenticator (OBSOLETO)

Incorpore autenticação facial com verificação de prova de vida e tecnologia de autenticação por impressão digital em seu aplicativo iOS. Essa integração é ideal para aprimorar fluxos de login e proteger transações financeiras valiosas. Este guia o orientará pelas etapas necessárias para integrar o SDK CafFaceAuth ao seu app, garantindo uma medida de segurança robusta, eficaz e fácil de usar.

## Termos e Políticas

Ao usar nossos SDKs, certifique-se de concordar com nossos [Política de Privacidade](https://en.caf.io/politicas/politicas-de-privacidade) e com nossos [Termos e Condições de Uso](https://en.caf.io/politicas/termos-e-condicoes-de-uso).

## Instalação

Consulte isto [Documentação](/caf-sdk/caf-sdk-pt-br/ios/standalone-modules/caffaceauth/installation.md)

### Dependências do SDK

O CafFaceAuth utiliza os seguintes SDKs externos:

| SDK            | Versão |
| -------------- | ------ |
| `FaceLiveness` | 6.5.0  |

* [FaceLiveness iOS](/caf-sdk/caf-sdk-pt-br/ios/standalone-modules/faceliveness.md): Permite a integração da verificação facial ao vivo e da tecnologia de autenticação por impressão digital.

#### Dependências transitivas

| SDK              | Versão |
| ---------------- | ------ |
| `iProov`         | 13.1.0 |
| `FingerprintPro` | 2.7.0  |

* [iProov Biometrics iOS](https://github.com/iProov/ios): Permite a integração da tecnologia de verificação facial ao vivo.
* [FingerprintPro iOS](https://github.com/fingerprintjs/fingerprintjs-pro-ios): Fornece recursos de autenticação por impressão digital para aprimorar os recursos de segurança do seu app.

### Permissões em tempo de execução

No `info.plist` arquivo, adicione as permissões abaixo:

| Permissão                                  | Motivo                                                       | Obrigatório |
| ------------------------------------------ | ------------------------------------------------------------ | ----------- |
| `Privacidade - Descrição de Uso da Câmera` | Captura da selfie em políticas de verificação facial ao vivo | Sim         |

Para [detalhes da permissão](https://docs.caf.io/caf-sdk/caf-sdk-pt-br/ios/standalone-modules/pages/4b9aebc3a13c00e7d92dcbbefacb9ef69c89fd35#id-3.-what-permissions-are-required-to-use-the-sdk)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.caf.io/caf-sdk/caf-sdk-pt-br/ios/standalone-modules/caffaceauth.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
