Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (JRegistry $options=null, JHttp $http=null, JInput $input=null, JApplicationWeb $application=null) | |
authenticate () | |
isAuthenticated () | |
createUrl () | |
query ($url, $data=null, $headers=array(), $method= 'get', $timeout=null) | |
getOption ($key) | |
setOption ($key, $value) | |
getToken () | |
setToken ($value) | |
refreshToken ($token=null) |
Attributs protégés | |
$options | |
$http | |
$input | |
$application |
Définition à la ligne 19 du fichier client.php.
JOAuth2Client::__construct | ( | JRegistry | $options = null , |
JHttp | $http = null , |
||
JInput | $input = null , |
||
JApplicationWeb | $application = null |
||
) |
Constructor.
JRegistry | $options | JOAuth2Client options object |
JHttp | $http | The HTTP client object |
JInput | $input | The input object |
JApplicationWeb | $application | The application object |
Définition à la ligne 55 du fichier client.php.
Références JFactory\getApplication().
JOAuth2Client::authenticate | ( | ) |
Get the access token or redict to the authentication URL.
RuntimeException |
Définition à la ligne 71 du fichier client.php.
JOAuth2Client::createUrl | ( | ) |
Create the URL for authentication.
InvalidArgumentException |
Définition à la ligne 144 du fichier client.php.
JOAuth2Client::getOption | ( | $key | ) |
Get an option from the JOAuth2Client instance.
string | $key | The name of the option to get |
Définition à la ligne 271 du fichier client.php.
JOAuth2Client::getToken | ( | ) |
Get the access token from the JOAuth2Client instance.
Définition à la ligne 300 du fichier client.php.
JOAuth2Client::isAuthenticated | ( | ) |
Verify if the client has been authenticated
Définition à la ligne 118 du fichier client.php.
JOAuth2Client::query | ( | $url, | |
$data = null , |
|||
$headers = array() , |
|||
$method = 'get' , |
|||
$timeout = null |
|||
) |
Send a signed Oauth request.
string | $url | The URL forf the request. |
mixed | $data | The data to include in the request |
array | $headers | The headers to send with the request |
string | $method | The method with which to send the request |
int | $timeout | The timeout for the request |
InvalidArgumentException | |
RuntimeException |
Définition à la ligne 207 du fichier client.php.
JOAuth2Client::refreshToken | ( | $token = null | ) |
Refresh the access token instance.
string | $token | The refresh token |
Exception | |
RuntimeException |
Définition à la ligne 337 du fichier client.php.
JOAuth2Client::setOption | ( | $key, | |
$value | |||
) |
Set an option for the JOAuth2Client instance.
string | $key | The name of the option to set |
mixed | $value | The option value to set |
Définition à la ligne 286 du fichier client.php.
JOAuth2Client::setToken | ( | $value | ) |
Set an option for the JOAuth2Client instance.
array | $value | The access token |
Définition à la ligne 314 du fichier client.php.
|
protected |
Définition à la ligne 43 du fichier client.php.
|
protected |
Définition à la ligne 31 du fichier client.php.
|
protected |
Définition à la ligne 37 du fichier client.php.
|
protected |
Réimplémentée dans JFacebookOAuth.
Définition à la ligne 25 du fichier client.php.