Definition at line 31 of file AuthorizedRequest.php.
 
◆ __construct()
Constructor
- Parameters
 - 
  
  
 
- Returns
 - void 
 
Definition at line 45 of file AuthorizedRequest.php.
   54         if ($utility !== 
null) {
    55             $this->_httpUtility = $utility;
 
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
 
 
 
 
◆ _parseData()
Parse string data into array
- Returns
 - array 
 
Definition at line 91 of file AuthorizedRequest.php.
   94         if (empty($this->_data)) {
    97         foreach ($this->_data as $key => 
$value) {
 
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
 
 
 
 
◆ getData()
◆ isValid()
Indicate if token is valid
- Returns
 - bool 
 
Definition at line 76 of file AuthorizedRequest.php.
   78         if (isset($this->_params[self::TOKEN_PARAM_KEY])
    79             && !empty($this->_params[self::TOKEN_PARAM_KEY])
  
 
 
◆ $_data
The documentation for this class was generated from the following file: