# File lib/omniauth/strategies/oauth/dropbox.rb, line 27 def user_data @data ||= MultiJson.decode(@access_token.get('/0/account/info').body) end