Class: OmniAuth::Strategies::Heello
- Inherits:
-
OAuth2
- Object
- OAuth2
- OmniAuth::Strategies::Heello
- Defined in:
- lib/omniauth/strategies/heello.rb
Instance Method Summary collapse
Instance Method Details
#raw_info ⇒ Object
38 39 40 |
# File 'lib/omniauth/strategies/heello.rb', line 38 def raw_info @raw_info ||= access_token.get("/users/me.json").parsed["response"] end |