Skip to content

PlatformStore

Defined in: packages/core/src/adapters.ts:39

Registry of trusted LMS platforms (multi-tenant friendly).

find(iss, clientId?): Promise<Platform | null>

Defined in: packages/core/src/adapters.ts:44

Resolve a platform by issuer, optionally disambiguated by clientId (for multiple tools/registrations under one issuer). Return null if none.

string

string | null

Promise<Platform | null>