method
reject_unauthorized_connection
v5.0.0.1 -
Show latest stable
- Class:
ActionCable::Connection::Authorization
reject_unauthorized_connection()private
No documentation available.
# File actioncable/lib/action_cable/connection/authorization.rb, line 7
def reject_unauthorized_connection
logger.error "An unauthorized connection attempt was rejected"
raise UnauthorizedError
end