class OmniAuth::Strategies::HeadHunter

Constants

USERINFO_ENDPOINT

Public Instance Methods

raw_info() click to toggle source
# File lib/omniauth/strategies/headhunter.rb, line 31
def raw_info
  @raw_info ||= access_token.get(USERINFO_ENDPOINT).parsed
end

Private Instance Methods

callback_url() click to toggle source
# File lib/omniauth/strategies/headhunter.rb, line 37
def callback_url
  options.redirect_url || (full_host + script_name + callback_path)
end