class OmniAuth::Strategies::Payponty
Constants
- DEFAULT_SCOPE
Available scopes: content themes products customers orders script_tags shipping read_* or write_*
Public Instance Methods
callback_url()
click to toggle source
Calls superclass method
# File lib/omniauth/strategies/payponty.rb, line 23 def callback_url options.callback_url || super end
raw_info()
click to toggle source
# File lib/omniauth/strategies/payponty.rb, line 31 def raw_info @raw_info ||= access_token.get('/api/shop').parsed end