Class: OmniAuth::Strategies::Procore

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

Instance Method Summary collapse

Instance Method Details

#callback_urlObject



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

def callback_url
  full_host + script_name + callback_path
end

#raw_infoObject



24
25
26
# File 'lib/omniauth/strategies/procore.rb', line 24

def raw_info
  @raw_info ||= access_token.get('/vapid/me').parsed
end