Integration Module
Api\AdminTokenServiceInterface
This interface defines token-based authentication services for Magento admin users. Developers use this to programmatically generate OAuth access toke...
Api\AuthorizationServiceInterface
This interface defines the contract for managing API permissions and access control for integrations in Magento 2. Developers use this service to gran...
Api\CustomerTokenServiceInterface
This interface defines the contract for managing customer authentication tokens in Magento 2's REST API. Developers use this service to create OAuth a...
Api\Data\UserTokenDataInterface
This interface defines the contract for retrieving metadata about user authentication tokens in Magento 2. Developers use this to access when a token...
Api\Data\UserTokenParametersInterface
This interface defines parameters that can be passed when creating new user authentication tokens in Magento 2. Developers use this to customize token...
Api\IntegrationServiceInterface
This interface defines the contract for managing Magento 2 integrations, which are used to connect third-party systems with the store via API. Develop...
Api\OauthServiceInterface
This interface defines the contract for managing OAuth authentication in Magento 2 integrations. Developers use this service to create and manage OAut...
Api\UserTokenIssuerInterface
This interface defines a contract for issuing authentication tokens for Magento users. Developers would implement this interface when creating custom...
Api\UserTokenReaderInterface
This interface defines a contract for reading and extracting user data from authentication tokens. Developers would use implementations of this interf...
Api\UserTokenRevokerInterface
This interface defines a contract for revoking authentication tokens for Magento users. Developers would implement this interface to create services t...
Api\UserTokenValidatorInterface
This interface defines a contract for validating user authentication tokens in Magento 2. Developers implement this interface to create custom token v...