@digitalpersona/authentication
Version:
DigitalPersona Authentication API
28 lines (17 loc) • 1.02 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/authentication](./authentication.md) > [FaceAuth](./authentication.faceauth.md)
## FaceAuth class
Face authentication API. Face credential supports authentication. Identification is currently not supported by the server.
<b>Signature:</b>
```typescript
export declare class FaceAuth extends Authenticator
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(authService)](./authentication.faceauth.(constructor).md) | | Constructs a new face authentication API object. |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [authenticate(identity, samples)](./authentication.faceauth.authenticate.md) | | Authenticates the user using their face images. |
| [identify(samples)](./authentication.faceauth.identify.md) | | Currently face identification is not supported by the server. |