Log in

Integration Module

Api\AdminTokenServiceInterface

Interface

This interface defines token-based authentication services for Magento admin users. Developers use this to programmatically generate OAuth access toke...

Api\AuthorizationServiceInterface

Interface

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

Interface

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

Interface

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

Interface

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

Interface

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

Interface

This interface defines the contract for managing OAuth authentication in Magento 2 integrations. Developers use this service to create and manage OAut...

Api\UserTokenIssuerInterface

Interface

This interface defines a contract for issuing authentication tokens for Magento users. Developers would implement this interface when creating custom...

Api\UserTokenReaderInterface

Interface

This interface defines a contract for reading and extracting user data from authentication tokens. Developers would use implementations of this interf...

Api\UserTokenRevokerInterface

Interface

This interface defines a contract for revoking authentication tokens for Magento users. Developers would implement this interface to create services t...

Api\UserTokenValidatorInterface

Interface

This interface defines a contract for validating user authentication tokens in Magento 2. Developers implement this interface to create custom token v...