UNPKG

@digitalpersona/services

Version:
29 lines (20 loc) 1.21 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [ContextualInfo](./services.contextualinfo.md) ## ContextualInfo class A context of an authentication. <b>Signature:</b> ```typescript export declare class ContextualInfo ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [altusInstalled](./services.contextualinfo.altusinstalled.md) | | <code>boolean</code> | | | [behavior](./services.contextualinfo.behavior.md) | | <code>boolean</code> | | | [computer](./services.contextualinfo.computer.md) | | <code>string</code> | | | [device](./services.contextualinfo.device.md) | | <code>boolean</code> | | | [domain](./services.contextualinfo.domain.md) | | <code>string</code> | | | [insideFirewall](./services.contextualinfo.insidefirewall.md) | | <code>boolean</code> | | | [ip](./services.contextualinfo.ip.md) | | <code>boolean</code> | | | [remoteSession](./services.contextualinfo.remotesession.md) | | <code>boolean</code> | | | [user](./services.contextualinfo.user.md) | | <code>string</code> | |