Class: OmniAuth::Strategies::Qnyp
- Inherits:
-
OAuth2
- Object
- OAuth2
- OmniAuth::Strategies::Qnyp
- Defined in:
- lib/omniauth/strategies/qnyp.rb
Instance Method Summary collapse
Instance Method Details
#callback_url ⇒ Object
30 31 32 |
# File 'lib/omniauth/strategies/qnyp.rb', line 30 def callback_url full_host + script_name + callback_path end |
#raw_info ⇒ Object
25 26 27 |
# File 'lib/omniauth/strategies/qnyp.rb', line 25 def raw_info @raw_info ||= access_token.get('/me.json').parsed end |