dynamicRegistration
dynamicRegistration(
lti,options): (req) =>Promise<Response>
Defined in: packages/next/src/index.ts:145
LTI Dynamic Registration initiation. The LMS opens this GET with
openid_configuration + registration_token query params; we run the
handshake via the core, persist the platform, and return the close page.
Requires the lti instance to have a MutablePlatformStore.
Parameters
Section titled “Parameters”Lti
options
Section titled “options”DynamicRegistrationBindingOptions
Returns
Section titled “Returns”(req) => Promise<Response>