Class: OmniAuth::Strategies::Dotloop

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

Overview

Authentication strategy for connecting with the Dotloop API.

Instance Method Summary collapse

Instance Method Details

#raw_infoObject



40
41
42
# File 'lib/omniauth/strategies/dotloop.rb', line 40

def raw_info
  @raw_info ||= access_token.get('account').parsed['data']
end