class OmniAuth::Strategies::ZendeskSell

Public Instance Methods

callback_url() click to toggle source
# File lib/omniauth/strategies/zendesk_sell.rb, line 31
def callback_url
  full_host + script_name + callback_path
end
raw_info() click to toggle source
# File lib/omniauth/strategies/zendesk_sell.rb, line 27
def raw_info
  @raw_info ||= access_token.get('/v2/accounts/self').parsed['data']
end