supabasePlatformStore
supabasePlatformStore(
client,options?):MutablePlatformStore
Defined in: packages/adapter-supabase/src/index.ts:92
Writable PlatformStore backed by lti_platforms. save upserts on the
(issuer, client_id) unique constraint (see the SQL migration), so Dynamic
Registration can onboard platforms and backfill deployment_id at runtime.
Parameters
Section titled “Parameters”client
Section titled “client”options?
Section titled “options?”PlatformStoreOptions = {}
Returns
Section titled “Returns”MutablePlatformStore