Table of Contents

Class SocketOptionsParameters

Namespace
Supabase.Realtime.Socket
Assembly
Supabase.Realtime.dll

Options to initialize a socket.

public class SocketOptionsParameters
Inheritance
SocketOptionsParameters
Inherited Members
Extension Methods

Properties

ApiKey

A Supabase hosted public key

[JsonProperty("apikey")]
public string? ApiKey { get; set; }

Property Value

string

Token

A user token (used for WALRUS permissions)

[JsonProperty("token")]
public string? Token { get; set; }

Property Value

string