Class: Authenticator
- Inherits:
-
Object
- Object
- Authenticator
- Defined in:
- lib/wamp/router/connection.rb
Overview
Testing
Class Method Summary collapse
Class Method Details
.authenticate(request) ⇒ Object
7 8 9 |
# File 'lib/wamp/router/connection.rb', line 7 def self.authenticate(request) Wampproto::Acceptor::Response.new(request.authid, "role") end |