Class: OmniAuth::Strategies::G5

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

Instance Method Summary collapse

Instance Method Details

#raw_infoObject



20
21
22
# File 'lib/omniauth/strategies/g5.rb', line 20

def raw_info
  @raw_info ||= access_token.get('/v1/me.json').parsed
end