AuthRule
A function that determines whether a specific operation is authorized. Returns true if the operation is allowed, false otherwise.
Definition
Type: AuthRule = (info: AuthRuleInfo) => boolean
A function that determines whether a specific operation is authorized. Returns true if the operation is allowed, false otherwise.
Type: AuthRule = (info: AuthRuleInfo) => boolean