# File lib/omniauth/strategies/oauth/type_pad.rb, line 29 def auth_hash ui = user_info OmniAuth::Utils.deep_merge( super, { 'uid' => ui['uid'], 'user_info' => ui, 'extra' => { 'user_hash' => user_hash, }, } ) end