@digitalpersona/services
Version:
DigitalPersona Web Access Services
16 lines (10 loc) • 450 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [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";
};
```