apiInternal() protected abstract method
Performs request to the OAuth API.
| protected abstract array apiInternal ( $accessToken, $url, $method, array $params, array $headers ) | ||
|---|---|---|
| $accessToken | yii\authclient\OAuthToken | Actual access token. | 
| $url | string | Absolute API URL. | 
| $method | string | Request method. | 
| $params | array | Request parameters. | 
| $headers | array | Additional request headers. | 
| return | array | API response. | 
| throws | yii\base\Exception | on failure. | 
 
          
Please login to continue.