<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [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 . |

