# File lib/omniauth/strategy.rb, line 47
    def auth_hash
      {
        'provider' => name.to_s,
        'uid' => nil
      }
    end