@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
22 lines (13 loc) • 585 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/devices](./devices.md) > [DeviceUidType](./devices.deviceuidtype.md)
## DeviceUidType enum
Fingerprint device types.
<b>Signature:</b>
```typescript
export declare enum DeviceUidType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Persistent | <code>0</code> | The fingerprint device is embedded and cannot be removed. |
| Volatile | <code>1</code> | The fingerprint device can be removed. |