You are here

Functions in Google Auth 7

Primary tabs

Namesort descending Location Description Direct uses Strings
gauth_user_help gauth_user/gauth_user.module Implements hook_help().
gauth_user_install gauth_user/gauth_user.install Implements hook_install().
gauth_user_menu gauth_user/gauth_user.module Implements hook_menu().
gauth_user_permission gauth_user/gauth_user.module Implements hook_permission().
gauth_user_schema gauth_user/gauth_user.install Implements hook_schema().
gauth_user_services_authenticate gauth_user/gauth_user.pages.inc Menu callback; Creates authenticate link for end users. 1
gauth_user_services_delete gauth_user/gauth_user.module Delete an service account. 1
gauth_user_services_delete_form gauth_user/gauth_user.admin.inc Form builder; Form for deleting an google auth services account. 1
gauth_user_services_delete_form_submit gauth_user/gauth_user.admin.inc Submit handler to delete an google auth services account.
gauth_user_services_edit_form gauth_user/gauth_user.admin.inc Form builder; Edit an services account. 1
gauth_user_services_edit_form_submit gauth_user/gauth_user.admin.inc Submit handler for adding a new account to google auth services accounts.
gauth_user_services_edit_form_validate gauth_user/gauth_user.admin.inc Validate handler for adding a new account to google auth services accounts.
gauth_user_services_list gauth_user/gauth_user.admin.inc Menu callback; Listing of all current services accounts. 1
gauth_user_services_load gauth_user/gauth_user.module Get an array of all accounts or load a specific account. 7
gauth_user_services_save gauth_user/gauth_user.module Save an account. 1
gauth_user_services_types gauth_user/gauth_user.module Function return the types of services created. 1
gauth_user_services_user_account_create gauth_user/gauth_user.pages.inc Function creates a service account of the specified type. 1
gauth_user_services_user_account_delete gauth_user/gauth_user.pages.inc Function returns a form to confirm delete of account. 1
gauth_user_services_user_account_delete_submit gauth_user/gauth_user.pages.inc Delete account form submit handler.
gauth_user_services_user_account_revoke gauth_user/gauth_user.pages.inc Function returns a form to confirm revoke access token of account. 1
gauth_user_services_user_account_revoke_submit gauth_user/gauth_user.pages.inc Revoke access form submit handler
gauth_user_theme gauth_user/gauth_user.module Implements hook_theme().
gauth_user_uninstall gauth_user/gauth_user.install Implements hook_uninstall().
gauth_user_update_7001 gauth_user/gauth_user.install Add the gauth_accounts.access_type field.
hook_gauth_account_delete ./gauth.api.php Respond to gauth account deletion.
hook_gauth_account_insert ./gauth.api.php A gauth account was created.
hook_gauth_account_update ./gauth.api.php A gauth account was updated.
hook_gauth_google_response ./gauth.api.php A google response was received.
hook_gauth_login_find_existing_user gauth_login/gauth_login.api.php Find an existing user based on info from Google.
theme_gauth_account_list ./gauth.admin.inc Returns HTML for the page containing the list of accounts.
theme_gauth_user_services_authenticate_list gauth_user/gauth_user.pages.inc Returns HTML for the page containing the list of services accounts.
theme_gauth_user_services_list gauth_user/gauth_user.admin.inc Returns HTML for the page containing the list of accounts.
_gauth_read_scope_info ./gauth.module Helper function which reads the installed library and discovery api to build cache for scopes and names. 2

Pages

Other projects