Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/channels / / PairingPolicyOptions

Interface: PairingPolicyOptions

Defined in: packages/channels/src/access.ts:43

Tuning for the 'pairing' policy.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
codeLength?readonlynumberCode length. Default 8.packages/channels/src/access.ts:49
maxPendingPerChannel?readonlynumberCap on simultaneously pending codes per channel. Default 3.packages/channels/src/access.ts:47
ttlMs?readonlynumberPairing-code lifetime. Default 1 hour.packages/channels/src/access.ts:45