UNPKG

@digitalpersona/services

Version:
21 lines (12 loc) 795 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [Policy](./services.policy.md) ## Policy interface A single authentication policy rule, as a list of [policy elements](./services.policyelement.md)<!-- -->. When matching a list of against the policy, the policy is satisfied when \*\*every\*\* [policy elements](./services.policyelement.md) in the list is satisfied too. <b>Signature:</b> ```typescript export interface Policy ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [policy](./services.policy.policy.md) | <code>PolicyElement[]</code> | A list of [policy elements](./services.policyelement.md) to match against a list of . |