Google authentication class abstract
- Depuis
- 3.1.4
- Obsolète:
- 4.0 Use the
joomla/google
package via Composer instead
◆ authenticate()
Abstract method to authenticate to Google
- Renvoie
- boolean True on success.
- Depuis
- 3.1.4
◆ getOption()
Get an option from the JGoogleAuth object.
- Paramètres
-
string | $key | The name of the option to get. |
- Renvoie
- mixed The option value.
- Depuis
- 3.1.4
Références $key.
◆ isAuthenticated()
Verify if the client has been authenticated
- Renvoie
- boolean Is authenticated
- Depuis
- 3.1.4
◆ query()
query |
( |
|
$url, |
|
|
|
$data = null , |
|
|
|
$headers = null , |
|
|
|
$method = 'get' |
|
) |
| |
|
abstract |
Abstract method to retrieve data from Google
- Paramètres
-
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. |
- Renvoie
- mixed Data from Google.
- Depuis
- 3.1.4
◆ setOption()
setOption |
( |
|
$key, |
|
|
|
$value |
|
) |
| |
Set an option for the JGoogleAuth object.
- Paramètres
-
string | $key | The name of the option to set. |
mixed | $value | The option value to set. |
- Renvoie
- JGoogleAuth This object for method chaining.
- Depuis
- 3.1.4
Références $key, et $value.
◆ $options
La documentation de cette classe a été générée à partir du fichier suivant :