Package-level declarations
Types
Optional function for using a third-party authentication system with Supabase. The function should return an access token or ID token (JWT) by obtaining it from the third-party auth client library. Note that this function may be called concurrently and many times. Use memoization and locking techniques if this is not supported by the client libraries.
Represents a target platform
The main class to interact with Supabase.
Creates a new SupabaseClient with the given options.
An interface for serializing and deserializing objects. Note: Internally, KotlinX Serialization will always be used.
Properties
The current target platform
The current target platform
The current target platform
The current target platform
The current target platform
The current target platform
The current target platform
The current target platform
The current target platform
The current target platform
The current target platform
Functions
Creates a new SupabaseClient instance using builder
Encodes the given value to a JsonElement