decideStoredFlowsAccess
function decideStoredFlowsAccess( policy, permission,args): Promise<PolicyDecision>;Absent policy → allow (dev-router default). A deny (or ask) is 403.
Sabotage this to always { kind: 'allow' } to prove the 403 test bites.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<PolicyDecision>