@digitalpersona/authentication
Version:
DigitalPersona Authentication API
25 lines (14 loc) • 588 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) > [fromJson](./authentication.finger.fromjson.md)
## Finger.fromJson() method
Creates a finger enrollment data object from a plain JSON object.
<b>Signature:</b>
```typescript
static fromJson(json: object): Finger;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| json | <code>object</code> | |
<b>Returns:</b>
`Finger`