JOAuth1Client::__construct
Constructor.
Signature
public function __construct([JRegistry
$options = null,
[JHttp
$client = null,
[JInput
$input = null,
[JApplicationWeb
$application = null,
[string
$version = null]]]]] )
Parameters
-
$options
- OAuth1Client options object.
-
$client
- The HTTP client object.
-
$input
- The input object
-
$application
- The application object
-
$version
- Specify the OAuth version. By default we are using 1.0a.