Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-integration
Api
OauthServiceInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Integration\Api
;
7
8
use
Magento\Integration\Model\Oauth\Token
as
OauthTokenModel
;
9
16
interface
OauthServiceInterface
17
{
32
public
function
createConsumer
($consumerData);
33
41
public
function
createAccessToken
($consumerId, $clearExistingToken =
false
);
42
49
public
function
getAccessToken
($consumerId);
50
59
public
function
loadConsumer
($consumerId);
60
69
public
function
loadConsumerByKey
($key);
70
80
public
function
postToConsumer
($consumerId, $endpointUrl);
81
88
public
function
deleteConsumer
($consumerId);
89
96
public
function
deleteIntegrationToken
($consumerId);
97
}
Magento\Integration\Model\Oauth\Token
Definition:
Provider.php:7
Magento\Integration\Api\OauthServiceInterface\loadConsumer
loadConsumer($consumerId)
Magento\Integration\Api\OauthServiceInterface\deleteIntegrationToken
deleteIntegrationToken($consumerId)
Magento\Integration\Api
Definition:
AdminTokenServiceInterface.php:7
Magento\Integration\Api\OauthServiceInterface\createConsumer
createConsumer($consumerData)
Magento\Integration\Api\OauthServiceInterface
Definition:
OauthServiceInterface.php:16
Magento\Integration\Api\OauthServiceInterface\deleteConsumer
deleteConsumer($consumerId)
Magento\Integration\Api\OauthServiceInterface\loadConsumerByKey
loadConsumerByKey($key)
Magento\Integration\Api\OauthServiceInterface\postToConsumer
postToConsumer($consumerId, $endpointUrl)
Magento\Integration\Api\OauthServiceInterface\createAccessToken
createAccessToken($consumerId, $clearExistingToken=false)
Magento\Integration\Api\OauthServiceInterface\getAccessToken
getAccessToken($consumerId)