@digitalpersona/authentication
Version:
DigitalPersona Authentication API
33 lines (20 loc) • 983 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/authentication](./authentication.md) > [Finger](./authentication.finger.md)
## Finger class
A finger enrollment data.
<b>Signature:</b>
```typescript
export declare class Finger
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(position)](./authentication.finger.(constructor).md) | | Constructs a new instance of the <code>Finger</code> class |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [position](./authentication.finger.position.md) | | <code>FingerPosition</code> | A finger position. |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [fromJson(json)](./authentication.finger.fromjson.md) | <code>static</code> | Creates a finger enrollment data object from a plain JSON object. |