class OmniAuth::Strategies::Voupe

Public Instance Methods

callback_url() click to toggle source

Set the callback URL

# File lib/omniauth/strategies/voupe.rb, line 34
def callback_url
  full_host + script_name + callback_path
end
raw_info() click to toggle source

Return all the raw information for the user

# File lib/omniauth/strategies/voupe.rb, line 39
def raw_info
  @raw_info ||= access_token.get('/oauth/api/profile.json').parsed
end