Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (JRegistry $options=null, JOAuth2Client $client=null) | |
authenticate () | |
isAuthenticated () | |
query ($url, $data=null, $headers=null, $method= 'get') | |
Fonctions membres publiques inherited from JGoogleAuth | |
getOption ($key) | |
setOption ($key, $value) |
Fonctions membres protégées | |
googlize () |
Attributs protégés | |
$client | |
Attributs protégés inherited from JGoogleAuth | |
$options |
Définition à la ligne 20 du fichier oauth2.php.
JGoogleAuthOauth2::__construct | ( | JRegistry | $options = null , |
JOAuth2Client | $client = null |
||
) |
Constructor.
JRegistry | $options | JGoogleAuth options object. |
JOAuth2Client | $client | OAuth client for Google authentication. |
Définition à la ligne 36 du fichier oauth2.php.
JGoogleAuthOauth2::authenticate | ( | ) |
Method to authenticate to Google
Réimplémentée à partir de JGoogleAuth.
Définition à la ligne 49 du fichier oauth2.php.
|
protected |
Method to fill in Google-specific OAuth settings
Définition à la ligne 94 du fichier oauth2.php.
JGoogleAuthOauth2::isAuthenticated | ( | ) |
Verify if the client has been authenticated
Réimplémentée à partir de JGoogleAuth.
Définition à la ligne 63 du fichier oauth2.php.
JGoogleAuthOauth2::query | ( | $url, | |
$data = null , |
|||
$headers = null , |
|||
$method = 'get' |
|||
) |
Method to retrieve data from Google
string | $url | The URL for the request. |
mixed | $data | The data to include in the request. |
array | $headers | The headers to send with the request. |
string | $method | The type of http request to send. |
Réimplémentée à partir de JGoogleAuth.
Définition à la ligne 80 du fichier oauth2.php.
|
protected |
Définition à la ligne 26 du fichier oauth2.php.