class OmniAuth::Strategies::Cgtrader
Public Instance Methods
callback_url()
click to toggle source
# File lib/omniauth/strategies/cgtrader.rb, line 24 def callback_url full_host + script_name + callback_path end
raw_info()
click to toggle source
# File lib/omniauth/strategies/cgtrader.rb, line 28 def raw_info @raw_info ||= access_token.get('v1/users/me.json').parsed end