JGoogleAuth
class JGoogleAuth
Google authentication class abstract
Methods
boolean
authenticate()
Abstract method to authenticate to Google
boolean
isAuthenticated()
Verify if the client has been authenticated
mixed
query(
string $url,
mixed $data = null,
array $headers = null,
string $method = 'get')
Abstract method to retrieve data from Google
mixed
getOption(
string $key)
Get an option from the JGoogleAuth object.
setOption(
string $key,
mixed $value)
Set an option for the JGoogleAuth object.