<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [AuthenticationHandle](./services.authenticationhandle.md)

## AuthenticationHandle type

Branded alias type for an authentication handle.

<b>Signature:</b>

```typescript
export declare type AuthenticationHandle = number & {
    brand?: "dp.services.AuthenticationHandle";
};
```
