UNPKG

@digitalpersona/services

Version:
16 lines (10 loc) 450 B
<!-- 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"; }; ```