Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ConsumerInterface.php
Go to the documentation of this file.
1 <?php
7 
15 {
22  public function validate();
23 
29  public function getId();
30 
36  public function getKey();
37 
43  public function getSecret();
44 
50  public function getCallbackUrl();
51 
57  public function getCreatedAt();
58 
64  public function isValidForTokenExchange();
65 }