\JGoogleAuthOauth2
Google OAuth authentication class
Synopsis
class JGoogleAuthOauth2
extends JGoogleAuth
{
- // members
- protected JOAuth2Client $client;
- // Inherited members from JGoogleAuth
- protected JRegistry $options;
- // methods
- public void __construct()
- public boolean authenticate()
- public boolean isAuthenticated()
- public mixed query()
- protected JOAuth2Client googlize()
- // Inherited methods from JGoogleAuth
- public abstract boolean authenticate()
- public abstract boolean isAuthenticated()
- public abstract mixed query()
- public mixed getOption()
- public JGoogleAuth setOption()
Hierarchy
Extends
Members
protected
- $client — JOAuth2Client
- $options — JRegistry
Methods
protected
- googlize() — Method to fill in Google-specific OAuth settings
public
- __construct() — Constructor.
- authenticate() — Method to authenticate to Google
- isAuthenticated() — Verify if the client has been authenticated
- query() — Method to retrieve data from Google
Inherited from JGoogleAuth
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.