Class SocketOptionsParameters
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
Token
A user token (used for WALRUS permissions)
[JsonProperty("token")]
public string? Token { get; set; }