@digitalpersona/authentication
Version:
DigitalPersona Authentication API
22 lines (13 loc) • 706 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/authentication](./authentication.md) > [WindowsAuth](./authentication.windowsauth.md) > [(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> | |