Class: OmniAuth::Strategies::AuthTransis

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

Instance Method Summary collapse

Instance Method Details

#raw_infoObject



20
21
22
# File 'lib/omni_auth.rb', line 20

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