Exception: Supabase::Realtime::Errors::AuthorizationError

Inherits:
RealtimeError
  • Object
show all
Defined in:
lib/supabase/realtime/errors.rb

Overview

Raised when the server rejects a join push for authentication reasons (typical case: missing/invalid apikey or access_token). Mirrors py AuthorizationError.