@digitalpersona/authentication
Version:
DigitalPersona Authentication API
27 lines (15 loc) • 846 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/authentication](./authentication.md) > [FingerprintsAuth](./authentication.fingerprintsauth.md) > [getEnrolledFingers](./authentication.fingerprintsauth.getenrolledfingers.md)
## FingerprintsAuth.getEnrolledFingers() method
Reads a list of fingers currently enrolled by the user.
<b>Signature:</b>
```typescript
getEnrolledFingers(user: User): Promise<Fingers>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| user | <code>User</code> | a user name |
<b>Returns:</b>
`Promise<Fingers>`
a promise to return a list of enrolled fingers. If no fingers are enrolled, an emty list will be returned. May reject if the user is unknown or in case of an error.