« Back to Glossary Index
The process of determining what actions a verified party is permitted to perform within a system.
Applied: a smart contract’s access modifiers, such as Solidity’s ‘onlyOwner’, enforce authorisation rules directly in code rather than through an external permissions system.
« Back to Glossary Index