Class: OmniAuth::Strategies::Dotloop
- Inherits:
-
OAuth2
- Object
- OAuth2
- OmniAuth::Strategies::Dotloop
- Defined in:
- lib/omniauth/strategies/dotloop.rb
Overview
Authentication strategy for connecting with the Dotloop API.
Instance Method Summary collapse
Instance Method Details
#raw_info ⇒ Object
40 41 42 |
# File 'lib/omniauth/strategies/dotloop.rb', line 40 def raw_info @raw_info ||= access_token.get('account').parsed['data'] end |