@digitalpersona/authentication
Version:
DigitalPersona Authentication API
25 lines (14 loc) • 631 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/authentication](./authentication.md) > [FaceAuth](./authentication.faceauth.md) > [identify](./authentication.faceauth.identify.md)
## FaceAuth.identify() method
Currently face identification is not supported by the server.
<b>Signature:</b>
```typescript
identify(samples: BioSample[]): Promise<JSONWebToken>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| samples | <code>BioSample[]</code> | |
<b>Returns:</b>
`Promise<JSONWebToken>`