UNPKG

@digitalpersona/services

Version:
22 lines (13 loc) 732 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [PolicyInfo](./services.policyinfo.md) ## PolicyInfo interface An information about authentication policy. <b>Signature:</b> ```typescript export interface PolicyInfo ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [policyList](./services.policyinfo.policylist.md) | <code>Policy[]</code> | A list of policy rules. The policy is satisfied when \*\*any\*\* of the rules in the list is satisfied. | | [policyTriggers](./services.policyinfo.policytriggers.md) | <code>PolicyTrigger[]</code> | A list of step-up triggers. |