Class: OmniAuth::Strategies::Heello

Inherits:
OAuth2
  • Object
show all
Defined in:
lib/omniauth/strategies/heello.rb

Instance Method Summary collapse

Instance Method Details

#raw_infoObject



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