Class: OmniAuth::Strategies::AuthTransis

Inherits:
OAuth2
  • Object
show all
Defined in:
lib/omni_auth.rb

Instance Method Summary collapse

Instance Method Details

#raw_infoObject



18
19
20
# File 'lib/omni_auth.rb', line 18

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