Class: OmniAuth::Strategies::Etsy
- Inherits:
-
OAuth2
- Object
- OAuth2
- OmniAuth::Strategies::Etsy
- Defined in:
- lib/omniauth/strategies/etsy.rb
Overview
OmniAuth strategy for Etsy
Instance Method Summary collapse
Instance Method Details
#callback_url ⇒ Object
33 34 35 |
# File 'lib/omniauth/strategies/etsy.rb', line 33 def callback_url [:callback_url] || full_host + script_name + callback_path end |
#setup_phase ⇒ Object
27 28 29 30 31 |
# File 'lib/omniauth/strategies/etsy.rb', line 27 def setup_phase .scope = preprocessed_scopes ..merge!(urls) super end |