Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AdminTokenServiceInterface.php
Go to the documentation of this file.
1 <?php
8 
16 {
27  public function createAdminAccessToken($username, $password);
28 
36  public function revokeAdminAccessToken($adminId);
37 }