Class Constants
Constants used throughout the Gotrue Client
public static class Constants
- Inheritance
-
Constants
- Inherited Members
Fields
AUDIENCE
public const string AUDIENCE = ""
Field Value
CookieOptions
public static readonly Dictionary<string, object> CookieOptions
Field Value
EXPIRY_MARGIN
public const int EXPIRY_MARGIN = 60000
Field Value
GOTRUE_URL
URL for the Gotrue server. Defaults to localhost:9999.
public const string GOTRUE_URL = "http://localhost:9999"
Field Value
STORAGE_KEY
public const string STORAGE_KEY = "supabase.auth.token"