hook_oauth2_login_enabled |
./oauth2_login.api.php |
Implements hook_oauth2_login_enabled(). |
|
|
MODULE_oauth2_user_alter |
oauth2_user/oauth2_user.api.php |
Implements hook_oauth2_user_alter(). |
|
|
MODULE_profile_fields_alter |
oauth2_user/oauth2_user.api.php |
Implements hook_profile_fields_alter(). |
|
|
oauth2_login |
./oauth2_login.api.php |
Login with OAuth2. |
2 |
6 |
oauth2_login_admin_settings |
./oauth2_login.admin.inc |
Admin settings for the module oauth2_login. |
|
|
oauth2_login_admin_set_settings |
./oauth2_login.admin.inc |
Synchronize settings with hybridauth_DrupalOAuth2. |
|
1 |
oauth2_login_call_hook_enabled |
./oauth2_login.admin.inc |
Call hook_oauth2_login_enabled() for all modules. |
|
1 |
oauth2_login_form_alter |
./oauth2_login.module |
Implements hook_form_alter(). |
|
|
oauth2_login_get_access_token |
./oauth2_login.api.php |
Get an access_token, or NULL if there is no valid token. |
1 |
|
oauth2_login_get_oauth2_settings |
./oauth2_login.api.php |
Return oauth2 settings. |
2 |
|
oauth2_login_install |
./oauth2_login.install |
Implements hook_install(). |
|
|
oauth2_login_schema |
./oauth2_login.install |
Implementing hook_schema |
|
|
oauth2_login_uninstall |
./oauth2_login.install |
hook_uninstall not needed.
Configure variables are cleared when module is uninstalled. |
|
|
oauth2_user_authenticate |
oauth2_user/oauth2_user.api.php |
Authenticate the user (redirect to login).
But first save the given form_state in session. |
|
|
oauth2_user_authenticate |
oauth2_user/authenticate.inc |
Authenticate the user (redirect to login).
But first save the given form_state in session. |
|
|
oauth2_user_default_wsclient_service |
oauth2_user/wsclient.inc |
Implements hook_default_wsclient_service(). |
|
|
oauth2_user_expire |
oauth2_user/profile.inc |
Remove oauth2_user from the session.
This will cause the profile to be refreshed from the server. |
|
|
oauth2_user_expire |
oauth2_user/oauth2_user.api.php |
Remove oauth2_user from the session.
This will cause the profile to be refreshed from the server. |
|
|
oauth2_user_form_resubmit |
oauth2_user/authenticate.inc |
If there is a $_SESSION['oauth2_user']['form_state'],
then this is a redirect after login. Call the submit function again. |
1 |
|
oauth2_user_get |
oauth2_user/profile.inc |
Get the profile of the oauth2 user. |
|
|
oauth2_user_get |
oauth2_user/oauth2_user.api.php |
Get the profile of the oauth2 user. |
|
|
oauth2_user_get_from_server |
oauth2_user/profile.inc |
Get the profile of the oauth2 user from the server. |
2 |
|
oauth2_user_hybridauth_provider_config_alter |
oauth2_user/profile.inc |
Implements hook_hybridauth_provider_config_alter(). |
|
|
oauth2_user_hybridauth_user_login |
oauth2_user/profile.inc |
Implements hook_hybridauth_user_login(). |
|
|
oauth2_user_init |
oauth2_user/authenticate.inc |
Implements hook_init(). |
|
|
oauth2_user_is_authenticated |
oauth2_user/oauth2_user.api.php |
Return true if the user has a valid oauth2 access token. |
2 |
|
oauth2_user_is_authenticated |
oauth2_user/authenticate.inc |
Return true if the user has a valid oauth2 access_token. |
2 |
|
oauth2_user_save |
oauth2_user/profile.inc |
Save the profile of the user on session. |
2 |
|
oauth2_user_save |
oauth2_user/oauth2_user.api.php |
Save the profile of the user on session. |
2 |
|
oauth2_user_wsclient_auth_settings |
oauth2_user/oauth2_user.api.php |
Return authentication settings. |
|
|
oauth2_user_wsclient_dev_settings |
oauth2_user/wsclient.inc |
Set curl options for development, testing and debug. |
1 |
|
oauth2_user_wsclient_dev_settings |
oauth2_user/oauth2_user.api.php |
Set curl options for development, testing and debug. |
1 |
|