Class: OmniAuth::Strategies::Cgtrader

Inherits:
OAuth2
  • Object
show all
Defined in:
lib/omniauth/strategies/cgtrader.rb

Instance Method Summary collapse

Instance Method Details

#callback_urlObject



26
27
28
# File 'lib/omniauth/strategies/cgtrader.rb', line 26

def callback_url
  full_host + script_name + callback_path
end

#raw_infoObject



30
31
32
# File 'lib/omniauth/strategies/cgtrader.rb', line 30

def raw_info
  @raw_info ||= access_token.get('v1/users/me.json').parsed
end