@digitalpersona/authentication
Version:
DigitalPersona Authentication API
27 lines (16 loc) • 898 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)
## WindowsAuth class
Integrated Windows authentication API. IWA support only authentication. Identification is not supported.
<b>Signature:</b>
```typescript
export declare class WindowsAuth extends Authenticator
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(authService, client)](./authentication.windowsauth.(constructor).md) | | Constructs a new integrated Windows authentication API object. |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [authenticate()](./authentication.windowsauth.authenticate.md) | | Authenticates using a currently logged Windows user. |