# File lib/omniauth/strategies/bitly.rb, line 28 def user_data { 'login' => @access_token['login'], 'api_key' => @access_token['apiKey'] } end