UNPKG

@digitalpersona/authentication

Version:
33 lines (20 loc) 983 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/authentication](./authentication.md) &gt; [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. |