<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/authentication](./authentication.md) &gt; [WindowsAuth](./authentication.windowsauth.md) &gt; [(constructor)](./authentication.windowsauth.(constructor).md)

## WindowsAuth.(constructor)

Constructs a new integrated Windows authentication API object.

<b>Signature:</b>

```typescript
constructor(authService: IAuthService, client: IAuthenticationClient);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  authService | <code>IAuthService</code> | an  connected to the server. |
|  client | <code>IAuthenticationClient</code> |  |

