class OmniAuth::Strategies::Headquarters

Constants

PATH
URL

Public Instance Methods

raw_info() click to toggle source
# File lib/omniauth/strategies/headquarters.rb, line 24
def raw_info
  @raw_info ||= access_token.get('/me').parsed
end