Type Alias: AuthRule()
AuthRule = (
info) =>boolean
Defined in: cfds/base/data-registry.ts:47
A function that determines whether a specific operation is authorized. Returns true if the operation is allowed, false otherwise.
Parameters
| Parameter | Type | Description |
|---|---|---|
info | AuthRuleInfo | Information about the operation being authorized |
Returns
boolean
Whether the operation is allowed