# File lib/gdata/client/base.rb, line 172
      def authsub_private_key=(key)
        if @auth_handler.class == GData::Auth::AuthSub
          @auth_handler.private_key = key
        else
          raise RuntimeError, "An AuthSub token must be set first."
        end
      end