Class: RBus::Auth::External
- Inherits:
-
Object
- Object
- RBus::Auth::External
- Defined in:
- lib/rbus/auth/external.rb
Overview
Implements the AUTH EXTERNAL mechanism.
Instance Method Summary collapse
Instance Method Details
#auth ⇒ Object
29 30 31 |
# File 'lib/rbus/auth/external.rb', line 29 def auth ['EXTERNAL', Process.uid, :OK] end |