Class: Manceps::Auth::None
- Inherits:
-
Object
- Object
- Manceps::Auth::None
- Defined in:
- lib/manceps/auth/none.rb
Overview
No-op auth strategy for unauthenticated connections.
Instance Method Summary collapse
Instance Method Details
#apply(headers) ⇒ Object
7 8 9 |
# File 'lib/manceps/auth/none.rb', line 7 def apply(headers) # no-op end |