# File lib/oauth2/strategy/auth_code.rb, line 17
      def authorize_url(params={})
        @client.authorize_url(authorize_params.merge(params))
      end