AuthorizationServiceInterface
Magento\Integration\Api\AuthorizationServiceInterface
What it does
This interface defines the contract for managing API permissions and access control for integrations in Magento 2.
Developers use this service to grant specific or all resource permissions to third-party integrations, or to revoke permissions when an integration is disabled or removed.
It's essential when building custom integrations that need programmatic access to Magento's API resources.
Public Methods
- grantPermissions()
- grantAllPermissions()
- removePermissions()