Class: OmniAuth::Strategies::FreeAgent

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

Instance Method Summary collapse

Instance Method Details

#raw_infoObject



33
34
35
# File 'lib/omniauth/strategies/freeagent.rb', line 33

def raw_info
  @raw_info ||= access_token.get('/v2/users/me').parsed['user']
end