Table of Contents

Class StatelessClient.StatelessClientOptions

Namespace
Supabase.Gotrue
Assembly
Supabase.Gotrue.dll

Class representation options available to the Client.

public class StatelessClient.StatelessClientOptions
Inheritance
StatelessClient.StatelessClientOptions
Inherited Members

Fields

Headers

Headers to be sent with subsequent requests.

public readonly Dictionary<string, string> Headers

Field Value

Dictionary<string, string>

Properties

AllowUnconfirmedUserSessions

Very unlikely this flag needs to be changed except in very specific contexts.

Enables tests to be E2E tests to be run without requiring users to have confirmed emails - mirrors the Gotrue server's configuration.

public bool AllowUnconfirmedUserSessions { get; set; }

Property Value

bool

Url

Gotrue Endpoint

public string Url { get; set; }

Property Value

string