You are here

function oauth2_user_hybridauth_user_login in OAuth2 Login 8

Same name and namespace in other branches
  1. 7.2 oauth2_user/profile.inc \oauth2_user_hybridauth_user_login()

Implements hook_hybridauth_user_login().

File

oauth2_user/profile.inc, line 73
OAuth2 user profile.

Code

function oauth2_user_hybridauth_user_login($account, $oauth2_user_data) {
  oauth2_user_save($oauth2_user_data);
}