Class JOAuth2Client
Joomla Platform class for interacting with an OAuth 2.0 server.
Direct known subclasses
Package: Joomla\Platform\OAuth2
Deprecated: 4.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/oauth2/client.php
Deprecated: 4.0 Use the
joomla/oauth2
framework package that will be bundled
insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/oauth2/client.php
Methods summary
public
|
#
__construct(
Constructor. |
public
string
|
|
public
boolean
|
|
public
|
|
public
string
|
|
public
mixed
|
|
public
|
|
public
array
|
|
public
|
|
public
array
|
Magic methods summary
Properties summary
protected
|
$options |
#
Options for the JOAuth2Client object. |
protected
|
$http |
#
The HTTP client object to use in sending HTTP requests. |
protected
|
$input |
#
The input object to use in retrieving GET/POST data. |
protected
|
$application |
#
The application object to send HTTP headers for redirects. |