class OmniAuth::Strategies::Freee

Public Instance Methods

callback_url() click to toggle source
# File lib/omniauth/strategies/freee.rb, line 33
def callback_url
  full_host + callback_path
end
raw_info() click to toggle source
# File lib/omniauth/strategies/freee.rb, line 29
def raw_info
  @raw_info ||= access_token.get('/api/1/users/me?companies=true').parsed
end