method

reject_unauthorized_connection

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