Table of Contents

Class Constants

Namespace
Supabase.Gotrue
Assembly
Supabase.Gotrue.dll

Constants used throughout the Gotrue Client

public static class Constants
Inheritance
Constants
Inherited Members

Fields

AUDIENCE

public const string AUDIENCE = ""

Field Value

string

CookieOptions

public static readonly Dictionary<string, object> CookieOptions

Field Value

Dictionary<string, object>

EXPIRY_MARGIN

public const int EXPIRY_MARGIN = 60000

Field Value

int

GOTRUE_URL

URL for the Gotrue server. Defaults to localhost:9999.

public const string GOTRUE_URL = "http://localhost:9999"

Field Value

string

STORAGE_KEY

public const string STORAGE_KEY = "supabase.auth.token"

Field Value

string