@digitalpersona/services
Version:
DigitalPersona Web Access Services
22 lines (13 loc) • 955 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)
## AuthenticationData class
Client-side authentication data used by the [IAuthenticationClient](./services.iauthenticationclient.md) during authentication handshake.
<b>Signature:</b>
```typescript
export declare class AuthenticationData
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [data](./services.authenticationdata.data.md) | | <code>string</code> | Client's authentication data to pass to the server. |
| [handle](./services.authenticationdata.handle.md) | | <code>AuthenticationHandle</code> | An authentication handle. The client must create the handle on [IAuthenticationClient.init()](./services.iauthenticationclient.init.md)<!-- -->, and destroy on . |