Class: OmniAuth::Strategies::Surveymonkey2

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

Instance Method Summary collapse

Instance Method Details

#callback_phaseObject



17
18
19
20
# File 'lib/omniauth/strategies/surveymonkey2.rb', line 17

def callback_phase
  options[:client_options][:token_url] = "/oauth/token?api_key=#{options[:api_key]}"
  super
end