Method: OmniAuth::Strategies::Tsohu#auth_hash

Defined in:
lib/omniauth/strategies/oauth/tsohu.rb

#auth_hashObject



24
25
26
27
28
29
30
31
32
33
34
# File 'lib/omniauth/strategies/oauth/tsohu.rb', line 24

def auth_hash
  OmniAuth::Utils.deep_merge(
    super, {
      'uid' => user_hash['id'],
      'user_info' => ,
      'extra' => {
        'user_hash' => user_hash,
      },
    }
  )
end