Class: OmniAuth::Strategies::Path

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

Instance Method Summary collapse

Instance Method Details

#raw_infoObject



28
29
30
# File 'lib/omniauth/strategies/path.rb', line 28

def raw_info
  @raw_info ||= access_token.get('https://partner.path.com/1/user/self').parsed
end