authclient\OAuth1 composeRequestCurlOptions()

composeRequestCurlOptions() protected method

Composes HTTP request CUrl options, which will be merged with the default ones.

protected array composeRequestCurlOptions ( $method, $url, array $params )
$method string

Request type.

$url string

Request URL.

$params array

Request params.

return array

CUrl options.

throws yii\base\Exception

on failure.

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.