Class: OmniAuth::Strategies::Synced

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

Instance Method Summary collapse

Methods inherited from OAuth2

#callback_phase, #callback_url

Instance Method Details

#raw_infoObject



22
23
24
# File 'lib/omniauth/strategies/synced.rb', line 22

def raw_info
  @raw_info ||= access_token.get('/api/v3/user').parsed
end