Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
OauthServiceInterface.php
Go to the documentation of this file.
1 <?php
7 
9 
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 }
postToConsumer($consumerId, $endpointUrl)
createAccessToken($consumerId, $clearExistingToken=false)