Class: OmniAuth::Strategies::Geeklist

Inherits:
OAuth
  • Object
show all
Defined in:
lib/omniauth/strategies/geeklist.rb

Instance Method Summary collapse

Instance Method Details

#callback_phaseObject



20
21
22
# File 'lib/omniauth/strategies/geeklist.rb', line 20

def callback_phase
  super
end

#raw_infoObject



45
46
47
48
49
# File 'lib/omniauth/strategies/geeklist.rb', line 45

def raw_info
  @raw_info ||= MultiJson.decode(access_token.get('/v1/user').body)
rescue ::Errno::ETIMEDOUT
  raise ::Timeout::Error
end

#request_phaseObject



16
17
18
# File 'lib/omniauth/strategies/geeklist.rb', line 16

def request_phase
  super
end