class OmniAuth::Strategies::Qnyp
OmniAuth
strategy for qnyp.com
Constants
- API_URL
- SITE_URL
Private Instance Methods
callback_url()
click to toggle source
github.com/intridea/omniauth-oauth2/issues/81
# File lib/omniauth/strategies/qnyp.rb, line 33 def callback_url full_host + script_name + callback_path end
raw_info()
click to toggle source
# File lib/omniauth/strategies/qnyp.rb, line 37 def raw_info @raw_info ||= access_token.get('/me.json').parsed end