Class: OmniAuth::Strategies::Amtd

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

Instance Method Summary collapse

Instance Method Details

#callback_urlObject



34
35
36
# File 'lib/omniauth/strategies/td_ameritrade.rb', line 34

def callback_url
  full_host + script_name + callback_path
end

#clientObject



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

def client
  combined_client_id = "#{options.client_id}@AMER.OAUTHAP"
  ::OAuth2::Client.new(combined_client_id, options.client_secret, deep_symbolize(options.client_options))
end

#raw_infoObject



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

def raw_info
  @raw_info ||= access_token.get("/v1/accounts").parsed
end