![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de JGoogleAuthOauth2:Fonctions membres publiques | |
| __construct (Registry $options=null, JOAuth2Client $client=null) | |
| authenticate () | |
| isAuthenticated () | |
| query ($url, $data=null, $headers=null, $method='get') | |
Fonctions membres publiques hérités de JGoogleAuth | |
| authenticate () | |
| isAuthenticated () | |
| query ($url, $data=null, $headers=null, $method='get') | |
| getOption ($key) | |
| setOption ($key, $value) | |
Fonctions membres protégées | |
| googlize () | |
Attributs protégés | |
| $client | |
Attributs protégés hérités de JGoogleAuth | |
| $options | |
Google OAuth authentication class
| __construct | ( | Registry | $options = null, |
| JOAuth2Client | $client = null |
||
| ) |
Constructor.
| Registry | $options | JGoogleAuth options object. |
| JOAuth2Client | $client | OAuth client for Google authentication. |
| authenticate | ( | ) |
Method to authenticate to Google
|
protected |
Method to fill in Google-specific OAuth settings
| isAuthenticated | ( | ) |
Verify if the client has been authenticated
|
protected |