Sha256: 950757f600983af7c3b2843f571e0c88bf8b75d3bcde2b29cb196c30dd0e55ca

Contents?: true

Size: 287 Bytes

Versions: 10

Compression:

Stored size: 287 Bytes

Contents

# encoding: UTF-8

module Vines
  class Stream
    class Server
      class AuthRestart < Client::AuthRestart
        def initialize(stream, success=Auth)
          super
        end

        private

        def mechanisms
          ['EXTERNAL']
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
vines-0.4.2 lib/vines/stream/server/auth_restart.rb
vines-0.4.1 lib/vines/stream/server/auth_restart.rb
vines-0.4.0 lib/vines/stream/server/auth_restart.rb
vines-0.3.2 lib/vines/stream/server/auth_restart.rb
vines-0.3.1 lib/vines/stream/server/auth_restart.rb
vines-0.3.0 lib/vines/stream/server/auth_restart.rb
vines-0.2.1 lib/vines/stream/server/auth_restart.rb
vines-0.2.0 lib/vines/stream/server/auth_restart.rb
vines-0.1.1 lib/vines/stream/server/auth_restart.rb
vines-0.1.0 lib/vines/stream/server/auth_restart.rb