Class SupabaseOptions
- Namespace
- Supabase
- Assembly
- Supabase.dll
Options available for Supabase Client Configuration
- Inheritance
-
Supabase
Options
- Inherited Members
- Extension Methods
Fields
Headers
Allows developer to specify options that will be passed to all child Supabase clients.
Field Value
Schema
Schema to be used in Postgres / Realtime
Field Value
Properties
AuthUrlFormat
The Supabase Auth Url Format
Property Value
AutoConnectRealtime
Should the Client automatically connect to Realtime?
Property Value
AutoRefreshToken
Should the Client automatically handle refreshing the User's Token?
Property Value
FunctionsUrlFormat
The Supabase Functions Url Format
Property Value
RealtimeUrlFormat
The Supabase Realtime Url Format
Property Value
RestUrlFormat
The Supabase Postgrest Url Format
Property Value
SessionHandler
Functions passed to Gotrue that handle sessions.
By default these do nothing for persistence.
Property Value
StorageClientOptions
Specifies Options passed to the StorageClient.
Property Value
StorageUrlFormat
The Supabase Storage Url Format