# File lib/omniauth/strategies/oauth2/renren.rb, line 26 def auth_hash OmniAuth::Utils.deep_merge( super, { 'uid' => user_data['uid'], 'user_info' => user_info, 'extra' => { 'user_hash' => user_data, }, } ) end