Class: RBus::Auth::External

Inherits:
Object
  • Object
show all
Defined in:
lib/rbus/auth/external.rb

Overview

Implements the AUTH EXTERNAL mechanism.

Instance Method Summary collapse

Instance Method Details

#authObject



29
30
31
# File 'lib/rbus/auth/external.rb', line 29

def auth
  ['EXTERNAL', Process.uid, :OK]
end