\JGoogleAuth
Google authentication class abstract
Synopsis
class JGoogleAuth
{
- // members
- protected JRegistry $options;
- // methods
- public abstract boolean authenticate()
- public abstract boolean isAuthenticated()
- public abstract mixed query()
- public mixed getOption()
- public JGoogleAuth setOption()
Hierarchy
Extended by
Members
protected
- $options — JRegistry
Methods
public
- authenticate() — Abstract method to authenticate to Google
- getOption() — Get an option from the JGoogleAuth object.
- isAuthenticated() — Verify if the client has been authenticated
- query() — Abstract method to retrieve data from Google
- setOption() — Set an option for the JGoogleAuth object.