UNPKG

@digitalpersona/authentication

Version:
27 lines (16 loc) 898 B
<!-- 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) ## 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. |