Class: Wampproto::Acceptor::Authenticator
- Inherits:
-
Object
- Object
- Wampproto::Acceptor::Authenticator
- Defined in:
- lib/wampproto/acceptor/authenticator.rb
Overview
Interface to handle Authentications
Class Method Summary collapse
Class Method Details
.authenticate(request) ⇒ Object
8 9 10 |
# File 'lib/wampproto/acceptor/authenticator.rb', line 8 def authenticate(request) raise NotImplementedError end |