Skip to content

LtiDynamicRegistration

Defined in: packages/core/src/lti.ts:80

Dynamic Registration namespace on the Lti instance.

register(params): Promise<RegistrationResult>

Defined in: packages/core/src/lti.ts:86

Run the OIDC dynamic-registration handshake and persist the new platform. Requires a MutablePlatformStore — throws RegistrationError at call time if the configured PlatformStore is read-only.

RegistrationParams

Promise<RegistrationResult>