Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (JRegistry $options=null, JHttp $client=null, JInput $input=null) | |
verifyCredentials () | |
validateResponse ($url, $response) | |
Fonctions membres publiques inherited from JOAuth1Client | |
__construct (JRegistry $options=null, JHttp $client=null, JInput $input=null, JApplicationWeb $application=null, $version=null) | |
authenticate () | |
oauthRequest ($url, $method, $parameters, $data=array(), $headers=array()) | |
toUrl ($url, $parameters) | |
safeEncode ($data) | |
getOption ($key) | |
setOption ($key, $value) | |
getToken () | |
setToken ($token) |
Attributs protégés | |
$options | |
Attributs protégés inherited from JOAuth1Client | |
$token = array() | |
$client | |
$input | |
$application | |
$version |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JOAuth1Client | |
static | generateNonce () |
JOpenstreetmapOauth::__construct | ( | JRegistry | $options = null , |
JHttp | $client = null , |
||
JInput | $input = null |
||
) |
Constructor.
JRegistry | $options | JOpenstreetmapOauth options object. |
JHttp | $client | The HTTP client object. |
JInput | $input | The input object |
Définition à la ligne 38 du fichier oauth.php.
Références JRegistry\def().
JOpenstreetmapOauth::validateResponse | ( | $url, | |
$response | |||
) |
Method to validate a response.
string | $url | The request URL. |
JHttpResponse | $response | The response to validate. |
DomainException |
Réimplémentée à partir de JOAuth1Client.
Définition à la ligne 79 du fichier oauth.php.
JOpenstreetmapOauth::verifyCredentials | ( | ) |
Method to verify if the access token is valid by making a request to an API endpoint.
Réimplémentée à partir de JOAuth1Client.
Définition à la ligne 63 du fichier oauth.php.
|
protected |
Réimplémentée à partir de JOAuth1Client.