Method: Etsy.callback_url
- Defined in:
- lib/etsy.rb
.callback_url ⇒ Object
The configured callback URL or ‘oob’ if no callback URL is configured. This controls whether or not we need to pass the OAuth verifier by hand.
124 125 126 |
# File 'lib/etsy.rb', line 124 def self.callback_url @callback_url || 'oob' end |