# File lib/omniauth/strategies/oauth2.rb, line 90 def auth_hash OmniAuth::Utils.deep_merge(super, { 'credentials' => { 'token' => @access_token.token } }) end