Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/channels / / ChannelAccessPolicyConfig
Interface: ChannelAccessPolicyConfig
Defined in: packages/channels/src/access.ts:58
Access policy configuration. Data, not code: the application supplies the kind plus its parameters.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
allowlist? | readonly | readonly ChannelAllowlistEntry[] | Required when kind is 'allowlist'. | packages/channels/src/access.ts:61 |
kind | readonly | ChannelAccessPolicyKind | - | packages/channels/src/access.ts:59 |
pairing? | readonly | PairingPolicyOptions | Tuning for kind: 'pairing'. | packages/channels/src/access.ts:63 |