@digitalpersona/services
Version:
DigitalPersona Web Access Services
14 lines (8 loc) • 555 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [AuthenticationData](./services.authenticationdata.md) > [handle](./services.authenticationdata.handle.md)
## AuthenticationData.handle property
An authentication handle. The client must create the handle on [IAuthenticationClient.init()](./services.iauthenticationclient.init.md)<!-- -->, and destroy on .
<b>Signature:</b>
```typescript
readonly handle: AuthenticationHandle;
```