Class: OmniAuth::Strategies::SalesLoft

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

Instance Method Summary collapse

Instance Method Details

#raw_infoObject



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

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