<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/devices](./devices.md) &gt; [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. |

