Skip to content

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

PropertyModifierTypeDescriptionDefined in
allowlist?readonlyreadonly ChannelAllowlistEntry[]Required when kind is 'allowlist'.packages/channels/src/access.ts:61
kindreadonlyChannelAccessPolicyKind-packages/channels/src/access.ts:59
pairing?readonlyPairingPolicyOptionsTuning for kind: 'pairing'.packages/channels/src/access.ts:63